- f389cb4 Add support for test_suites to cc_test_library by Trevor Radcliffe · 2 years, 9 months ago
- 4d945ee Fix snapshot symlinks by Inseob Kim · 2 years, 10 months ago
- 22bafec Propagate data_bins from Soong to Make by yangbill · 2 years, 11 months ago
- 6db86e5 Propagate runtime_libs from Soong to Make by yangbill · 2 years, 11 months ago
- fe813c5 Merge "Delete toolchain_library" by Liz Kammer · 3 years ago
- bbd42fa Merge "Don't install static snapshot to device" by Treehugger Robot · 3 years ago
- bf1b63f Don't install static snapshot to device by Inseob Kim · 3 years ago
- c3b97c3 libclang_rt_prebuilt_library_shared mixed builds by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 3 months ago
- 718eb27 Delete toolchain_library by Liz Kammer · 3 years ago
- c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 3 years, 2 months ago
- e65c3ae Fix prebuilt selection logic for cc_prebuilt_library_headers. by Martin Stjernholm · 3 years, 1 month ago
- d06cc74 Use new soong_cc_rust_prebuilt.mk by Ivan Lozano · 3 years, 2 months ago
- acfcc1f Move cc module installation into Soong by Colin Cross · 3 years, 2 months ago
- f79f4c3 Merge "Export SOONG_CC_API_XML to Make outside androidmk" by Colin Cross · 3 years, 3 months ago
- ceaa532 Export SOONG_CC_API_XML to Make outside androidmk by Colin Cross · 3 years, 3 months ago
- cfb0f5e Support per-testcase directories in all test suites by Colin Cross · 3 years, 3 months ago
- d9287b6 Merge "Also generate api lists based on symbol files for cc_library rule during build time." by Sophie Zheng · 3 years, 4 months ago
- 4c4f803 Also generate api lists based on symbol files for cc_library rule during build time. by sophiez · 3 years, 4 months ago
- c686838 Support Rust in Ramdisk by Matthew Maurer · 3 years, 6 months ago
- a61e31f Support Rust in native-bridge by Matthew Maurer · 3 years, 7 months ago
- 52af5b0 Support Rust in Product by Matthew Maurer · 3 years, 7 months ago
- 460ee94 Support Rust in Recovery by Matthew Maurer · 3 years, 11 months ago
- 41ad881 Refactoring fuzz packaging code by hamzeh · 3 years, 6 months ago
- 5271fea Remove global state from vendor public libraries by Colin Cross · 3 years, 8 months ago
- 203b421 Remove obsolete llndk_library by Colin Cross · 3 years, 8 months ago
- b6a55bf Incorporate cc_library_headers into mixed builds by Liz Kammer · 3 years, 9 months ago
- aa25553 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 4 years, 6 months ago
- e6d3098 rust: Add rust_ffi_static vendor ramdisk Support by Ivan Lozano · 3 years, 11 months ago
- a889080 Remove global state on module suffixes from vendor and recovery snapshots by Colin Cross · 4 years ago
- 9da4aa8 rust: Allow rust_tests to include data files. by Ivan Lozano · 4 years ago
- 6f843bc Support for recovery snapshot. by Jose Galmes · 4 years, 1 month ago
- 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years ago
- 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years ago
- a9c8c9f Call ctx.InstallFile for uninstallable cc modules by Colin Cross · 4 years ago
- f7c3bbe Prebuilt stub not available to platform is handled correctly by Jiyong Park · 4 years, 1 month ago
- f48c89c Merge "Refactor for preliminary Rust vendor image support" by Ivan Lozano · 4 years, 1 month ago
- f9e2172 Refactor for preliminary Rust vendor image support by Ivan Lozano · 4 years, 1 month ago
- 02b11a6 Remove AndroidMkExtraFootersFunc entries param. by Jaewoong Jung · 4 years, 1 month ago
- 57f5b33 Add test suite handling to central androidmk code by Liz Kammer · 4 years, 1 month ago
- ebb5150 Merge "Add unit_test test option in test configs" by Dan Shi · 4 years, 1 month ago
- f729458 Support for recovery snapshot. by Jose Galmes · 4 years, 1 month ago
- d79572f Add unit_test test option in test configs by Dan Shi · 4 years, 1 month ago
- 81235ff Set stem and suffix for vndk prebuilt libraries by Inseob Kim · 4 years, 2 months ago
- b646bc1 Merge changes from topic "vendor_ramdisk_soong" by Yifan Hong · 4 years, 2 months ago
- ed5dee0 Merge "Add llndk_stubs property" by Colin Cross · 4 years, 2 months ago
- 9649748 Merge "Rename ART release APEX to com.android.art." by Martin Stjernholm · 4 years, 2 months ago
- 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 4 years, 2 months ago
- 0477b42 Add llndk_stubs property by Colin Cross · 4 years, 2 months ago
- 7f51107 Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years, 3 months ago
- 261e158 Do not install vndk lib by Jooyung Han · 4 years, 2 months ago
- 5ec407b Use version mutator for NDK by Colin Cross · 4 years, 3 months ago
- 0de8a1e Start using Providers instead of direct module access by Colin Cross · 4 years, 3 months ago
- 56a8321 Remove global state from apex modules by Colin Cross · 4 years, 3 months ago
- d48fe73 Fix prebuilt library stubs by Colin Cross · 4 years, 3 months ago
- 025ae97 Merge "Add support of test data to python_host_test" by Treehugger Robot · 4 years, 3 months ago
- 19dfeee Merge "soong: Exclude system shared libs from fix suggestions" by Yo Chiang · 4 years, 3 months ago
- 219968c soong: Exclude system shared libs from fix suggestions by Yo Chiang · 4 years, 3 months ago
- 3194912 Add support of test data to python_host_test by Dan Shi · 4 years, 3 months ago
- 1a24627 Replace stringly-typed API levels. by Dan Albert · 4 years, 6 months ago
- 74b0052 Add test_mainline_module option. by kellyhung · 4 years, 4 months ago
- 95d1942 Add extra_test_configs option by Dan Shi · 4 years, 4 months ago
- 29737cf Merge "Improve abidump generating logic for non-REL build" by Treehugger Robot · 4 years, 5 months ago
- 9f381d5 Merge "Only output make targets for uninstallable static libs in the APEX unavailable-to-platform case." by Martin Stjernholm · 4 years, 5 months ago
- 9e9bb7f Only output make targets for uninstallable static libs in the APEX by Martin Stjernholm · 4 years, 5 months ago
- c42f2f2 Add cfi static libraries to vendor snapshot by Inseob Kim · 4 years, 5 months ago
- eb912dc Improve abidump generating logic for non-REL build by Yo Chiang · 4 years, 5 months ago
- 216e10a Install data_libs using relative_install_path property by Chris Parsons · 4 years, 6 months ago
- 40fd90a Support multiple dists per Android.bp module, and dist output selection. by Jingwen Chen · 4 years, 7 months ago
- 582bebf Merge "NDK Api Coverage" by Sophie Zheng · 4 years, 7 months ago
- 58cabb7 NDK Api Coverage by sophiez · 4 years, 7 months ago
- 1042d29 Implement cc_object vendor snapshot by Inseob Kim · 4 years, 7 months ago
- 1c14a21 Add test data dependencies to APEX. by Liz Kammer · 4 years, 8 months ago
- a46de70 Propagate Soong header_libs to module-info.json by Bill Peckham · 4 years, 8 months ago
- e152ada Merge "Fix missing NOTICE targets for static libs that aren't available to platform." by Treehugger Robot · 4 years, 9 months ago
- c511bc5 Revert^2 "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
- f8e8022 Revert "Add sdk mutator for native modules" by Colin Cross · 4 years, 9 months ago
- 82e192c Add sdk mutator for native modules by Colin Cross · 4 years, 10 months ago
- bf37d16 Fix missing NOTICE targets for static libs that aren't available to platform. by Martin Stjernholm · 4 years, 9 months ago
- ad4c187 Add version suffix for stub modules' Android.mk by Jooyung Han · 4 years, 10 months ago
- d80cbca Convert cc to AndroidMkEntries by Colin Cross · 4 years, 10 months ago
- 07f3712 Merge "Do not hide VNDK prebuilts from make" by Treehugger Robot · 4 years, 10 months ago
- c3b1a16 Fix build error on vendor_snapshot_static by Inseob Kim · 4 years, 10 months ago
- 2b96bf5 Do not hide VNDK prebuilts from make by Inseob Kim · 4 years, 10 months ago
- eec88e1 Add vendor snapshot modules by Inseob Kim · 5 years ago
- 1b3348d Add ramdisk image. by Yifan Hong · 5 years ago
- d92090f Emit LOCAL_CHECK_SAME_VNDK_VARIANTS by Vic Yang · 5 years ago
- 2468d01 Pass auto_gen_config setting in Android.bp to makefile by Dan Shi · 5 years ago
- 5f7f7e8 Create product variant for product partition by Justin Yun · 5 years ago
- ad172d8 cc_fuzz: add "data" field by Tri Vo · 5 years ago
- e1ee1a1 Soong frontend for shared library fuzzing. by Mitch Phillips · 5 years ago
- b01c114 Do not install VNDK lib in favor of VNDK APEX by Jooyung Han · 5 years ago
- 765fe7a Merge changes Ia7deed13,I7378a46f by Ivan Lozano · 5 years ago
- 52767be Add support for Rust C libraries. by Ivan Lozano · 5 years ago
- f979ee3 add additional fields to cc_fuzz build types by Kris Alder · 5 years ago
- 6db2f17 Partial reverts of vndk-apex by Jooyung Han · 5 years ago
- b480deb Merge "Change exportedDirs and exportedSystemDirs from []string to android.Paths" by Treehugger Robot · 5 years ago
- 7495504 Change exportedDirs and exportedSystemDirs from []string to android.Paths by Jiyong Park · 5 years ago
- 31c470b Revert "Revert "Supports VNDK APEX with different versions"" by Jooyung Han · 5 years ago
- 8a2bc0b Re-plumb fuzz corpora. by Mitch Phillips · 5 years ago
- 48dd4b5 Revert "Supports VNDK APEX with different versions" by Jooyung Han · 5 years ago