1. 0510f54 Move LLNDK moved_to_apex into the Android.bp files by Colin Cross · 10 months ago
  2. afdf6ac Remove versioned_ndk_headers module type. by Dan Albert · 1 year ago
  3. 02be101 Allow C symbol file to be arch variant by Spandan Das · 1 year, 1 month ago
  4. 17cc6dd Remove OutputFiles method from llndk_libraries_txt and sanitizer_libraries_txt by mrziwang · 1 year, 2 months ago
  5. 05ae2e9 [conflict] Merge "PrebuildEtcModule no longer implements OutputFiles method" into main am: 3125b75d5d by Zi Wang · 1 year, 3 months ago
  6. e2346b8 PrebuildEtcModule no longer implements OutputFiles method by mrziwang · 1 year, 3 months ago
  7. 9f26fcf Remove VNDK related code from Soong by Kiyoung Kim · 1 year, 3 months ago
  8. 3f01580 Merge "Make the enabled property configurable" into main by Cole Faust · 1 year, 4 months ago
  9. c7e63db Fix build error from llndk.libraries.txt am: 0d4a9ca792 by Kiyoung Kim · 1 year, 4 months ago
  10. 0d4a9ca Fix build error from llndk.libraries.txt by Kiyoung Kim · 1 year, 4 months ago
  11. a963b94 Make the enabled property configurable by Cole Faust · 1 year, 5 months ago
  12. 021bf3d Reapply "Make the enabled property configurable" by Cole Faust · 1 year, 4 months ago
  13. 973cb6f Move LLNDK related logic to llndk_library by Kiyoung Kim · 1 year, 4 months ago
  14. 37693d0 Deprecate Snapshot build by Kiyoung Kim · 1 year, 5 months ago
  15. 203b421 Remove obsolete llndk_library by Colin Cross · 4 years, 4 months ago
  16. 627280f Remove llndk_headers by Colin Cross · 4 years, 4 months ago
  17. 1f3f130 Add support for cc_library_headers to replace llndk_headers by Colin Cross · 4 years, 4 months ago
  18. 0fb7fcd Support cc_library as LLNDK without llndk_library by Colin Cross · 4 years, 6 months ago
  19. b5f6fa6 Create LLNDK vendor variants when DeviceVndkVersion is not set by Colin Cross · 4 years, 8 months ago
  20. c0d8c49 Do not read 'vendor_available: false' by Justin Yun · 4 years, 8 months ago
  21. 4f4f8eb Fix llndk_library init by Colin Cross · 4 years, 8 months ago
  22. 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years, 9 months ago
  23. 63e9ec7 Define product_available property by Justin Yun · 4 years, 10 months ago
  24. 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 11 months ago
  25. 0477b42 Add llndk_stubs property by Colin Cross · 5 years ago
  26. 3572cf7 Move LLNDK and NDK versionSelectorMutator special cases into versionedInterface by Colin Cross · 5 years ago
  27. 8e21aa5 Reuse more of apex stubs implementation for llndk stubs by Colin Cross · 5 years ago
  28. c88c272 Use libraryInterface instead of concrete type asserts for stubs by Colin Cross · 5 years ago
  29. 56a8321 Remove global state from apex modules by Colin Cross · 5 years ago
  30. d458745 cc: export Stripper struct by Thiébaud Weksteen · 5 years ago
  31. c7c6910 Nullify stl and sanitize of llndk_headers by Inseob Kim · 5 years ago
  32. 03302ee Remove PLATFORM_VERSION_FUTURE_CODENAMES by Jooyung Han · 5 years ago
  33. 61b66e9 Revert "Revert "Enforce min_sdk_version of apex(use_vendor:true)"" by Jooyung Han · 5 years ago
  34. bacf34d Revert "Enforce min_sdk_version of apex(use_vendor:true)" by Jooyung Han · 5 years ago
  35. 380fc36 Enforce min_sdk_version of apex(use_vendor:true) by Jooyung Han · 5 years ago
  36. 5f7f7e8 Create product variant for product partition by Justin Yun · 6 years ago
  37. 92d6bc1 Rename # vndk tag to # llndk by Jiyong Park · 6 years ago
  38. 4af21ed Split local and global cflags by Colin Cross · 6 years ago
  39. 7495504 Change exportedDirs and exportedSystemDirs from []string to android.Paths by Jiyong Park · 6 years ago
  40. 64c4395 Add version to vendor variants by Inseob Kim · 6 years ago
  41. 1d1119f Fix sanitizer dep by Jiyong Park · 6 years ago
  42. b879fb6 Merge "Separate exported includes out of flags" by Treehugger Robot · 6 years ago
  43. 6937844 Separate exported includes out of flags by Inseob Kim · 6 years ago
  44. 939408a Add dependency to version script when linking stub libraries by Dan Willemsen · 6 years ago
  45. 5e676fe Fix: HideFromMake is not registered to llndk_* module types by Jiyong Park · 6 years ago
  46. ea3fcdf Soong: Add synopsis to several modules under the cc package. by Patrice Arruda · 6 years ago
  47. 65c95ff Include libprofile-extras to all coverage variants by Pirama Arumuga Nainar · 6 years ago
  48. da6eb59 Add use_vendor to APEX module by Jiyong Park · 7 years ago
  49. 06080f4 Fix double space in include argument by Colin Cross · 7 years ago
  50. b60190a Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 7 years ago
  51. cb9342e Revert "Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules" by Colin Cross · 7 years ago
  52. e2874cd Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 7 years ago
  53. 732aa6a Set __ANDROID_API__ for vendor modules to vndk version. by Justin Yun · 7 years ago
  54. 540a78c Turn GlobFiles into a Glob for files, use it by Dan Willemsen · 8 years ago
  55. a46a4d5 Fix: duplicated definition of llndk_headers module by Jiyong Park · 8 years ago
  56. f18e110 Fix using aidl files from filegroups by Colin Cross · 8 years ago
  57. 64ca4b7 Make cc.NewLLndkStubLibrary as public by Jiyong Park · 8 years ago
  58. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 8 years ago
  59. 2a45412 LLNDK can re-export headers by Jiyong Park · 8 years ago
  60. 82e2bf3 vendor_available:false hides a lib from vendors by Jiyong Park · 8 years ago
  61. f5310e3 Add to cflags in compilerFlags() by George Burgess IV · 8 years ago
  62. 3624285 Refactor factories by Colin Cross · 8 years ago
  63. 01a9059 Remove explicit suffixes from (ll)ndk_library by Dan Willemsen · 8 years ago
  64. b916b80 Add LLNDK support for the VNDK by Dan Willemsen · 8 years ago