- b3275bc soong: Make export_cflags configurable by Michael Bestas · 5 months ago
- 3ddf20b Merge tag 'android-15.0.0_r32' of https://android.googlesource.com/platform/build/soong into HEAD by micky387 · 4 months ago
- 8eb0536 Merge tag 'android-15.0.0_r6' of https://android.googlesource.com/platform/build/soong into HEAD by micky387 · 9 months ago
- a4a6ec4 Merge changes from topic "llndk-use-sdk-versioning" into main by Treehugger Robot · 10 months ago
- 0510f54 Move LLNDK moved_to_apex into the Android.bp files by Colin Cross · 10 months ago
- 386afeb Don't use ctx.directlyInAnyApex for bootstrap libraries by Colin Cross · 10 months ago
- d6aaadc Filter LLNDK ABI by SDK version by Hsin-Yi Chen · 10 months ago
- 22abf21 LLNDK version maps to NDK version by Justin Yun · 11 months ago
- 0c19b69 Remove AnyVariantDirectlyInAnyApex by Colin Cross · 10 months ago
- aa2d3f5 Revert "Revert "cc: use platform sdk version for vendor/product ..." by Jooyung Han · 10 months ago
- b614cd4 Verify that libraries in apexes don't link to implementations outside the apex by Colin Cross · 11 months ago
- 50bc3bc Fix race condition when running tests by Colin Cross · 11 months ago
- a14fb6a Update DepSet references by Colin Cross · 11 months ago
- 91ae5ec Convert sabi to TransitionMutator by Colin Cross · 11 months ago
- 7297f05 Don't mutate sources when reusing objects by Colin Cross · 11 months ago
- 53a230b Merge "Delete multitree api imports code" into main by Spandan Das · 12 months ago
- ff66518 Delete multitree api imports code by Spandan Das · 12 months ago
- e8a8783 Rename ConfigAndErrorContext to ConfigurableEvaluatorContext by Cole Faust · 12 months ago
- 10e9d43 soong: Add equivalent for LOCAL_EXPORT_CFLAGS by Alessandro Astone · 5 years ago
- afdf6ac Remove versioned_ndk_headers module type. by Dan Albert · 1 year ago
- a6f4b6b Merge changes from topic "cc_prebuilt_stubs" into main by Spandan Das · 1 year ago
- c27dd33 Special case the stubgen args for bionic libs by Spandan Das · 1 year, 1 month ago
- f0006e7 Make the WholeStatic/Static/Shared libs properties configurable by Cole Faust · 1 year, 1 month ago
- 357ffcc Add stub generation support to cc_prebuilt_library by Spandan Das · 1 year, 1 month ago
- 96a692b Make the srcs and exclude_srcs properties configurable by Cole Faust · 1 year, 1 month ago
- 02be101 Allow C symbol file to be arch variant by Spandan Das · 1 year, 1 month ago
- e20c56c Add C symbol file to module sdk snapshot by Spandan Das · 1 year, 1 month ago
- 767819f Convert link mutator to TransitionMutator by Colin Cross · 1 year, 4 months ago
- add04a8 Convert version mutator to TransitionMutator by Colin Cross · 1 year, 4 months ago
- 694fced Don't mutate non-property module fields by Colin Cross · 1 year, 2 months ago
- fd47b1a cc/rust: Alias ffi rlib variant for static_libs by Ivan Lozano · 1 year, 4 months ago
- 0f81d85 Merge "Make the cflags property configurable" into main am: 1b0d92919d by Cole Faust · 1 year, 3 months ago
- e96c16a Make the cflags property configurable by Cole Faust · 1 year, 3 months ago
- 02de5bb Merge "cc: Make export_include_dirs configurable" into main am: ef0024775f by Aleks Todorov · 1 year, 3 months ago
- c9becde cc: Make export_include_dirs configurable by Aleks Todorov · 1 year, 3 months ago
- 9f26fcf Remove VNDK related code from Soong by Kiyoung Kim · 1 year, 3 months ago
- 8f05c54 VNDK is fully deprecated from Soong by Kiyoung Kim · 1 year, 4 months ago
- 22152f6 Remove VndkUseCoreVariant related code from build by Kiyoung Kim · 1 year, 4 months ago
- cf90c15 Merge "Add --release and --lib-variant to the instructions to update ABI dumps" into main by Hsin-Yi Chen · 1 year, 4 months ago
- e8fcd37 Merge changes from topic "rust-made-to-order-staticlibs" into main by Ivan Lozano · 1 year, 4 months ago
- 0a468a4 rust: made-to-order rust staticlibs by Ivan Lozano · 1 year, 4 months ago
- d5919c1 Add --release and --lib-variant to the instructions to update ABI dumps by Hsin-Yi Chen · 1 year, 7 months ago
- 3d5c679 Ensure opt-in platform ABI dumps are configured with ref_dump_dirs by Hsin-Yi Chen · 1 year, 5 months ago
- 6fd2895 Disable header ABI checker for NDK by Hsin-Yi Chen · 1 year, 4 months ago
- f6fc525 Let header-abi-linker filter llndk, apex, and systemapi symbols by Hsin-Yi Chen · 1 year, 5 months ago
- 98da021 Split APEX ABI dumps from implementation ABI dumps by Hsin-Yi Chen · 1 year, 5 months ago
- 5f228b0 Pass system include dirs to header ABI checker by Hsin-Yi Chen · 1 year, 5 months ago
- 1edffe1 Merge "Filter ABI dumps by LLNDK headers and version scripts" into main by Hsin-Yi Chen · 1 year, 5 months ago
- 64b2d03 Filter ABI dumps by LLNDK headers and version scripts by Hsin-Yi Chen · 1 year, 5 months ago
- ed2adb8 Merge "Remove Device VNDK version usage from Soong" into main by Treehugger Robot · 1 year, 5 months ago
- d22fcc4 Merge "Let LLNDK implementation libraries depend on LLNDK headers" into main by Hsin-Yi Chen · 1 year, 5 months ago
- fe66e13 Merge "Deprecate Snapshot build" into main by Treehugger Robot · 1 year, 5 months ago
- 4e765b1 Remove Device VNDK version usage from Soong by Kiyoung Kim · 1 year, 5 months ago
- 37693d0 Deprecate Snapshot build by Kiyoung Kim · 1 year, 5 months ago
- 715142a Let LLNDK implementation libraries depend on LLNDK headers by Hsin-Yi Chen · 1 year, 5 months ago
- af36988 Refactor header ABI checker code by Hsin-Yi Chen · 1 year, 5 months ago
- ed9005b Merge "Clean up LLNDK stubs" into main by Jooyung Han · 1 year, 6 months ago
- 33eb615 ndkstubgen: use llndk=<version> for new llndk stub by Jooyung Han · 1 year, 6 months ago
- 5e8994e Clean up LLNDK stubs by Jooyung Han · 1 year, 6 months ago
- f1f276c Let header ABI checker load core variants' version scripts by Hsin-Yi Chen · 1 year, 6 months ago
- 2c4a977 Version LLNDK ABI dumps with VendorApiLevel by Hsin-Yi Chen · 1 year, 7 months ago
- 362c188 Separate LLNDK ABI diff reports from the other variants by Hsin-Yi Chen · 1 year, 7 months ago
- c9d4eab Merge "Separate LLNDK from the platform library dumps" into main by Hsin-Yi Chen · 1 year, 7 months ago
- f4ffe0a soong: Add crt_pad_segment to .so's by Kalesh Singh · 1 year, 7 months ago
- 50884dc Separate LLNDK from the platform library dumps by Hsin-Yi Chen · 1 year, 8 months ago
- 704c12d Find LLNDK dumps in prebuilts/abi-dumps/vndk by Hsin-Yi Chen · 1 year, 7 months ago
- 8487c0b Soong works with empty VNDK version by Kiyoung Kim · 1 year, 8 months ago
- 1c683b3 Merge "Do not build ABI dumps for VNDK" into main by Hsin-Yi Chen · 1 year, 8 months ago
- 4c41458 Merge "Split usage of UseVndk" into main by Kiyoung Kim · 1 year, 8 months ago
- 1036316 "master" was renamed "main". by Elliott Hughes · 1 year, 8 months ago
- 27bafd0 Do not build ABI dumps for VNDK by Hsin-Yi Chen · 1 year, 8 months ago
- aa39480 Split usage of UseVndk by Kiyoung Kim · 1 year, 8 months ago
- 4a9e6ec Use ModuleInfoJSONProvider for cc modules by Colin Cross · 1 year, 9 months ago
- 313aa54 Convert OtherModuleProvider to generic providers API by Colin Cross · 1 year, 9 months ago
- 4021302 Convert SetProvider to generic providers API by Colin Cross · 1 year, 9 months ago
- 5f5d271 Build native libraries used by layoutlib. by Wei Li · 1 year, 9 months ago
- 8ff1058 Remove ConvertWithBp2build implementations by Colin Cross · 1 year, 9 months ago
- 85707de Add cc_library.target.vendor.no_stubs by Jooyung Han · 1 year, 9 months ago
- d8f510b Merge "Let header-abi-linker filter symbols by API level" into main by Hsin-Yi Chen · 1 year, 10 months ago
- 843c063 Let header-abi-linker filter symbols by API level by Hsin-Yi Chen · 2 years ago
- d578412 Stop using VNDK from product partition by Justin Yun · 1 year, 11 months ago
- f11b7c3 Support a few more attrs in cc_aconfig_library. by Yu Liu · 1 year, 11 months ago
- 17a27f0 Replace ndk_libs.bzl with an attr in cc_stub_suite by Spandan Das · 1 year, 11 months ago
- 7123cc5 Dont write data attrs for cc lib rules by Chris Parsons · 1 year, 11 months ago
- 5f1b3c7 create, but dont register, bp2build_deps mutator by Chris Parsons · 2 years ago
- 6666d0f Switch bp2build mutator to bottom up by Chris Parsons · 2 years ago
- 44e4102 Merge "Revert "Block CFI on static libraries"" into main by Trevor Radcliffe · 2 years ago
- 85d55c2 Revert "Block CFI on static libraries" by Trevor Radcliffe · 2 years ago
- 9483e48 Merge "Block CFI on static libraries" into main by Trevor Radcliffe · 2 years ago
- f9abec0 Block CFI on static libraries by Trevor Radcliffe · 2 years, 1 month ago
- 637458d Have ConvertWBp2build use Bp2buildMutatorContext by Chris Parsons · 2 years ago
- 04f9f4c Parameterize cc_stub_suite for api surface by Spandan Das · 2 years ago
- d9b7f17 bp2build for sanitizer blocklists long term fix by Trevor Radcliffe · 2 years, 1 month ago
- 82c298c Merge "Convert coverage libs as alwayslink" into main by Treehugger Robot · 2 years, 1 month ago
- 3847f21 Convert coverage libs as alwayslink by Liz Kammer · 2 years, 2 months ago
- 7d34640 Merge "Install VNDK libraries into vendor or product lib with flag" into main by Treehugger Robot · 2 years, 2 months ago
- e623c58 Install VNDK libraries into vendor or product lib with flag by Kiyoung Kim · 2 years, 2 months ago
- 8b85d81 Add product name to the opt-in ABI error message by Hsin-Yi Chen · 2 years, 2 months ago
- c85750b Use generics for DepSets by Colin Cross · 3 years, 5 months ago
- 39ccf93 bp2build support for stem by Spandan Das · 2 years, 3 months ago