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