- c7c4746 Add buildinfo_prop module by Inseob Kim · 2 years, 8 months ago
- 5b588dd Tweak linux_glibc properties for musl builds in build/soong by Colin Cross · 2 years, 9 months ago
- ca2ed38 Adds min_sdk_version to device_kernel_headers headers lib. by Daniel Norman · 2 years, 10 months ago
- 718eb27 Delete toolchain_library by Liz Kammer · 3 years ago
- 0a0a2fb Add a build-time check for dexpreopting system server jars. by Jiakai Zhang · 3 years, 3 months ago
- 9fe1410 Add android_sdk_repo_host to build platform-tools&build-tools by Dan Willemsen · 3 years, 6 months ago
- 2558ce3 [scripts] Add script to print clang prebuilts version by Pirama Arumuga Nainar · 3 years, 6 months ago
- 9cfe611 Use a linker script for host bionic embedded linker sections by Colin Cross · 3 years, 7 months ago
- c2018e2 Remove libgcc toolchain libs for Android by Ryan Prichard · 3 years, 9 months ago
- 02040de Add LOCAL_LICENSE_KINDS to build/soong by Bob Badour · 3 years, 11 months ago
- 1ab6186 Switch dex_bootjars to a singleton module by Paul Duffin · 4 years ago
- 99644e9 rust modules can be included in apex by Jiyong Park · 4 years, 1 month ago
- 63e9ec7 Define product_available property by Justin Yun · 4 years, 2 months ago
- 02e7dec Make vendor_ramdisk_available. by Yifan Hong · 4 years, 2 months ago
- 5e291c2 Fix bpfmt issues and add bpfmt to preupload checks by Thiébaud Weksteen · 4 years, 6 months ago
- 4b79e98 Soong package structure refactoring by Jaewoong Jung · 4 years, 7 months ago
- 309b1c0 Add support for remote-execution / caching of signapk actions by Kousik Kumar · 4 years, 7 months ago
- 849f844 Generate combined deps-info for all updatable modules. by Artur Satayev · 4 years, 8 months ago
- a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 4 years, 9 months ago
- 1dcc27e Refactor RBE support for Javac/R8/D8 to use the remoteexec package. by Ramy Medhat · 4 years, 8 months ago
- 96447be Merge "Disable ARM32 libgcc" by Yi Kong · 4 years, 8 months ago
- 14b65d1 Disable ARM32 libgcc by Yi Kong · 4 years, 9 months ago
- 9a90fe5 Allow remote execution of link actions. by Ramy Medhat · 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
- da3a071 Remove unused mips workarounds. by Elliott Hughes · 4 years, 10 months ago
- 9403e4b Merge "Collect metrics from inside soong_build" by Colin Cross · 4 years, 10 months ago
- b72c909 Collect metrics from inside soong_build by Colin Cross · 4 years, 11 months ago
- 047fdca Fix issues with bp transformation by Paul Duffin · 4 years, 10 months ago
- 1c6c1c7 Separate cc_library_headers to its own file and add tests by Paul Duffin · 4 years, 10 months ago
- 25ce04b Add support for cc_binary in module_exports by Paul Duffin · 5 years ago
- 8107b85 Remove execute-only support. by Ivan Lozano · 4 years, 11 months ago
- 8471cda Implement vendor snapshot by Inseob Kim · 5 years ago
- b7ec426 Merge "Simplify vendor conditionals" by Colin Cross · 5 years ago
- 9d34f35 Simplify vendor conditionals by Colin Cross · 5 years ago
- a8c82cc Merge changes from topics "board_use_recovery_as_root_soong", "ramdisk" by Yifan Hong · 5 years ago
- a57af4a Revert "Revert "apex_vndk uses vendor variants only"" by Jooyung Han · 5 years ago
- 5df3b11 Revert "apex_vndk uses vendor variants only" by Jooyung Han · 5 years ago
- 559ad01 apex_vndk uses vendor variants only by Jooyung Han · 5 years ago
- 50b3665 libatomic / libgcc_stripped: ramdisk_available by Yifan Hong · 5 years ago
- d2f8df4 Merge "build: Link the unwinder dynamically into platform and vendor binaries." by Peter Collingbourne · 5 years ago
- 988414c Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
- e5ba286 build: Link the unwinder dynamically into platform and vendor binaries. by Peter Collingbourne · 5 years ago
- 47e4f9e Revert "Sandbox soong_build by changing to root directory" by Colin Cross · 5 years ago
- 05c25cc Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
- 28aa544 Merge "Added module_exports/_snapshot as alias for sdk/_snapshot" by Paul Duffin · 5 years ago
- 8150da6 Added module_exports/_snapshot as alias for sdk/_snapshot by Paul Duffin · 5 years ago
- 5a5cce6 AIDEGen: collect cc_srcs and cc related flags in module_bp_cc_deps.json by bralee · 5 years ago
- ac1e986 Create public stub for platform's sysprop_library by Inseob Kim · 5 years ago
- 738bff9 Merge "Add x86 device output for Rust" by Chih-hung Hsieh · 5 years ago
- 2f6bc09 Separate sdk membership support out of cc/library.go by Paul Duffin · 5 years ago
- 1f202e9 Add x86 device output for Rust by Chih-Hung Hsieh · 5 years ago
- a80fdec Extract the cc and java sdk related tests out into their own file by Paul Duffin · 5 years ago
- 82d9043 Separate sdk testing infrastructure from sdk tests by Paul Duffin · 5 years ago
- b645ec8 Add model to represent generated snapshot .bp file by Paul Duffin · 5 years ago
- 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 5 years ago
- 7228ecd Move cc.imageMutator into the android package by Colin Cross · 5 years ago
- 09d7752 split apex.go by Jiyong Park · 5 years ago
- 950e0ba Expand ClangExtraExternalCflags to non-Google vendor projects by Yi Kong · 5 years ago
- a5f22ed Add rust_test and rust_test_host. by Chih-Hung Hsieh · 5 years ago
- 183a321 Add a common interface for cc linkable libraries. by Ivan Lozano · 5 years ago
- 00ae8b3 Merge "Repack libgcc.a to only include required objects" by Yi Kong · 5 years ago
- c49c393 Repack libgcc.a to only include required objects by Yi Kong · 5 years ago
- 1fd602c Merge "Add Rust darwin host support." by Treehugger Robot · 5 years ago
- 1c2ff86 Add Rust darwin host support. by Ivan Lozano · 5 years ago
- 8141c87 Merge "Add tradefed_java_library_host" by Treehugger Robot · 5 years ago
- 760d3d3 Merge "Create C-Suite config module" by Treehugger Robot · 5 years ago
- f0f2e2c Add tradefed_java_library_host by Colin Cross · 5 years ago
- c031819 Create C-Suite config module by karenluo · 5 years ago
- 9b409bc Create scripts to update and freeze a module SDK by Jiyong Park · 5 years ago
- 4d33666 Creation of C Flags Build Variables by Jesse Pai · 5 years ago
- 0a2f719 Move sharding functions for reuse by Colin Cross · 5 years ago
- e91823e Add ARM32 device Rust toolchain. by Ivan Lozano · 5 years ago
- f1c8433 Add AArch64 device Rust toolchain. by Ivan Lozano · 5 years ago
- b1102ba Merge "Introduce module type 'sdk'" by Treehugger Robot · 5 years ago
- d1063c1 Introduce module type 'sdk' by Jiyong Park · 5 years ago
- e169ad7 Add OWNERS for Rust whitelist. by Ivan Lozano · 5 years ago
- 022a73b Move splitFileExt to the android package. by Ivan Lozano · 5 years ago
- a0119f8 Create libgcc_stripped with llvm-objcopy by Yi Kong · 5 years ago
- ffee334 Add Rust support to Soong. by Ivan Lozano · 5 years ago
- 74c9bba Allow linker scripts when building objects. by Pete Bentley · 5 years ago
- db25ac0 Create a module that extracts and installs compat_config. by atrost · 5 years ago
- 178f8fb Merge "Add the cc_fuzz target." by Treehugger Robot · 5 years ago
- da9a463 Add the cc_fuzz target. by Mitch Phillips · 5 years ago
- 12df5fb soong: Fix AndroidMk with *Required properties by Jooyung Han · 5 years ago
- e2453c7 Allow default visibility to be set per package by Paul Duffin · 6 years ago
- 5b425e2 Optionally embed NOTICE files in apks. by Jaewoong Jung · 6 years ago
- 9a642dc Support sharding robolectric tests by Colin Cross · 6 years ago
- dc35e21 Consolidate *MutatorContext and ModuleContext into BaseModuleContext by Colin Cross · 6 years ago
- 2ffb9a8 Share buildDir for android/soong/android tests by Colin Cross · 6 years ago
- 41955e8 Support tagged module references by Colin Cross · 6 years ago
- 33b2fb7 Support using cc_prebuilt_library_shared with cc_library by Colin Cross · 6 years ago
- d61df50 Make device_kernel_headers available to recovery and vendor by Hridya Valsaraju · 6 years ago
- 0e55ba6 Mark libgcc_stripped native_bridge_supported by dimitry · 6 years ago
- ec89e4c Merge "Add native_bridge target to Android.bp" by Treehugger Robot · 6 years ago
- 1f33e40 Add native_bridge target to Android.bp by dimitry · 6 years ago
- 940ef9b Merge "Strip libgcc to only keep fallback symbols" by Yi Kong · 6 years ago
- 0ef0816 Support robolectric_test by Colin Cross · 6 years ago
- acee27c Strip libgcc to only keep fallback symbols by Yi Kong · 6 years ago