- 8a49816 Unravel much of the bp2build denylist. by Chris Parsons · 4 years, 4 months ago
- a3ee4aa Merge "Fix prebuilt selection logic for cc_prebuilt_library_headers." by Martin Stjernholm · 4 years, 3 months ago
- fe87cce Merge "Add //build/bazel/examples/soong_config_variables/... to bp2build allowlist." by Treehugger Robot · 4 years, 3 months ago
- 8a0dd02 Merge changes Iecf7edd6,Iaca5cf23,I01d57919 by Treehugger Robot · 4 years, 3 months ago
- b3a4ff4 Merge "Change type of Unbundled_build_apps from bool to []string" by Cole Faust · 4 years, 3 months ago
- e65c3ae Fix prebuilt selection logic for cc_prebuilt_library_headers. by Martin Stjernholm · 4 years, 3 months ago
- c362142 Perform validation of shared library attributes by Pedro Loureiro · 4 years, 5 months ago
- 8c64fa9 Merge "Minor refactoring of Append/PrependProperties() methods Test: `m nothing` and compare ninja file Bug: n/a" by Usta Shrestha · 4 years, 3 months ago
- 0a9d09f Add //build/bazel/examples/soong_config_variables/... to bp2build allowlist. by Jingwen Chen · 4 years, 3 months ago
- 4ad40d9 Add a mutex for soong config var map writes. by Jingwen Chen · 4 years, 3 months ago
- 701ca25 Change type of Unbundled_build_apps from bool to []string by Cole Faust · 4 years, 3 months ago
- ef3676c Minor refactoring of Append/PrependProperties() methods by Usta · 4 years, 3 months ago
- d43d4a4 Temporarily disable //system/apex from bp2build due to flaky failures. by Jingwen Chen · 4 years, 3 months ago
- 0181202 Add support for writing all Soong config variables into @soong_injection. by Jingwen Chen · 4 years, 4 months ago
- 58ff680 Fix bp2build select generation for inter-attribute soong config variable usage. by Jingwen Chen · 4 years, 4 months ago
- 228ef1e Allowlist //system/apex. by Jingwen Chen · 4 years, 4 months ago
- 84817de Add support for merging defaults soong_config_module_types into bp2build by Jingwen Chen · 4 years, 4 months ago
- 4f71e12 Set min_sdk_version (packages/modules/adb) by Jooyung Han · 4 years, 3 months ago
- ac69c23 Merge "Revert^2 "Add seapp_contexts to allowlist of makefile goal"" by Yuntao Xu · 4 years, 4 months ago
- feb0756 Revert^2 "Add seapp_contexts to allowlist of makefile goal" by Yuntao Xu · 4 years, 4 months ago
- e87a816 Revert "Add seapp_contexts to allowlist of makefile goal" by Vova Sharaienko · 4 years, 4 months ago
- 50ed1f9 Install android_app_set modules in Soong by Colin Cross · 4 years, 4 months ago
- c319299 Quote aquery commands. by Liz Kammer · 4 years, 4 months ago
- 455ba83 Fix the output handling of Bazel aquery for py_binary targets so soong's python_binary_host modules can be converted to py_binary and built with Bazel dependent targets in mixed build. by Wei Li · 4 years, 4 months ago
- 59a5cb0 Merge "Refactor ProductConfigProperties to use a struct key instead of an string key with hardcoded patterns." by Treehugger Robot · 4 years, 4 months ago
- 25825ca Refactor ProductConfigProperties to use a struct key instead of an by Jingwen Chen · 4 years, 4 months ago
- 3e1bc6c Merge "Use new soong_cc_rust_prebuilt.mk" by Ivan Lozano · 4 years, 4 months ago
- c0d9f8b Merge "Allow libbuildversion to build with Bazel, but skip its 'tests' subdir for now." by Rupert Shuttleworth · 4 years, 4 months ago
- d06cc74 Use new soong_cc_rust_prebuilt.mk by Ivan Lozano · 4 years, 4 months ago
- b5399c8 Add .PHONY for dist-for-goals targets by Colin Cross · 4 years, 4 months ago
- 393002a Remove modules from denylist after host C++ support by Chris Parsons · 4 years, 4 months ago
- 494eef3 Support host platform cc builds by Chris Parsons · 4 years, 4 months ago
- 02ce1e7 Merge changes Ib3f4ee14,Iac22c9fd,Ibd78758c,I40d8696c,I2a2b10e4, ... by Colin Cross · 4 years, 4 months ago
- 8a709b1 Merge changes from topic "soong-java-install" by Treehugger Robot · 4 years, 4 months ago
- 2ac9c48 Allow libbuildversion to build with Bazel, but skip its 'tests' subdir for now. by Rupert Shuttleworth · 4 years, 4 months ago
- 64002af Fix InstallBypassMake symlink dependencies by Colin Cross · 4 years, 4 months ago
- 6ac9576 Add tests for ctx.InstallFile by Colin Cross · 4 years, 4 months ago
- 7b6a55f Fix OutDir vs SoongOutDir in tests by Colin Cross · 4 years, 4 months ago
- d642113 Add missing os.MkdirAll to WriteFileToOutputDir by Colin Cross · 4 years, 4 months ago
- 836e387 Use pathtools.WriteFileIfChanged in translateAndroidMk by Colin Cross · 4 years, 4 months ago
- 8c10020 Merge "bp2build: add support for soong_config_module_type." by Jingwen Chen · 4 years, 4 months ago
- a47f28d bp2build: add support for soong_config_module_type. by Jingwen Chen · 4 years, 4 months ago
- c899d78 Revert "Temporarily add method to get java binary tool" by Colin Cross · 4 years, 4 months ago
- 24cc4be6 Move java module installation into Soong by Colin Cross · 4 years, 4 months ago
- 1d0eb7a Fix ctx.InstallFile calls for java modules by Colin Cross · 4 years, 4 months ago
- ae5330a Make HostJavaToolPath use pathForInstall by Colin Cross · 4 years, 4 months ago
- a92d10b Add seapp_contexts to allowlist of makefile goal by Inseob Kim · 4 years, 4 months ago
- acfcc1f Move cc module installation into Soong by Colin Cross · 4 years, 4 months ago
- 3e3eda6 Temporarily add method to get java binary tool by Colin Cross · 4 years, 4 months ago
- c37663a Merge "Convert .meta_lic files to textproto" by Treehugger Robot · 4 years, 4 months ago
- a3bd963 Merge changes Id11f4fb1,Id573d970,Ia94a0b5c by Treehugger Robot · 4 years, 4 months ago
- 8380ee6 Merge "Use module-lib system modules when building from prebuilts" by Paul Duffin · 4 years, 4 months ago
- 5506c16 Merge "Update bp2build denylist cause" by Liz Kammer · 4 years, 4 months ago
- c989eaf Keep the following targets disabled in mixed build since there are errors in mixed_droid CI after go/oag/1861755 is submitted. by Wei Li · 4 years, 4 months ago
- b84b8c9 Update bp2build denylist cause by Liz Kammer · 4 years, 4 months ago
- 664a4fd Fix python_binary_host module in mixed build. by Wei Li · 4 years, 5 months ago
- 55bc820 bp2build: split Bazel conversion context into smaller ones, by Jingwen Chen · 4 years, 4 months ago
- 80b6b64 Add an error check in `bazelPackage` for malformed labels. by Jingwen Chen · 4 years, 4 months ago
- 34c7832 Convert .meta_lic files to textproto by Colin Cross · 4 years, 5 months ago
- 8528f4e Add Darwin+Arm64 toolchain support by Dan Willemsen · 4 years, 5 months ago
- 1caea35 Merge "Export Soong install rules to Make" by Colin Cross · 4 years, 4 months ago
- 004547f Use module-lib system modules when building from prebuilts by Paul Duffin · 4 years, 4 months ago
- 91eaa63 Merge changes I04f2f558,Ie16a6264,I83a3be9f,Icb3eeef3 by Colin Cross · 4 years, 4 months ago
- 7b2239f Merge "Add -{checkbuild,tidy} targets only for modules in mm" by Chih-hung Hsieh · 4 years, 4 months ago
- a3d135b Add -{checkbuild,tidy} targets only for modules in mm by Chih-Hung Hsieh · 4 years, 5 months ago
- 6301c3c Export Soong install rules to Make by Colin Cross · 4 years, 5 months ago
- f1f763a Rename amod variable in AndroidMkEntries.fillInEntries to base by Colin Cross · 4 years, 5 months ago
- 790ef35 Make HostToolPath, HostJNIToolPath and sboxPathForToolRel use pathForInstall by Colin Cross · 4 years, 4 months ago
- a44551f Add PathForGoBinary by Colin Cross · 4 years, 4 months ago
- b1692a3 Remove PathForOutput from InstallPathToOnDevicePath by Colin Cross · 4 years, 4 months ago
- 12e311d Add tests for prebuilts of all API surfaces by Paul Duffin · 4 years, 4 months ago
- c9e85ca Merge "Make a pass over our codebase cleaning up non-precise / non-inclusive language." by Treehugger Robot · 4 years, 4 months ago
- b4638c1 Make a pass over our codebase cleaning up non-precise / non-inclusive language. by Joe Onorato · 4 years, 4 months ago
- 4dceb37 Merge "Do not add .tidy files as RBE link inputs" by Chih-hung Hsieh · 4 years, 4 months ago
- 34d60d6 Remove vestigial GetPrebuiltCcStaticLibraryFiles by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 5 months ago
- 3bb934f Do not add .tidy files as RBE link inputs by Chih-Hung Hsieh · 4 years, 4 months ago
- d163d4d Add the device config GenerateAidlNdkPlatformBackend by Jiyong Park · 4 years, 5 months ago
- 2dafba7 Merge "bp2build: Add support for cc_binary." by Liz Kammer · 4 years, 5 months ago
- 787fb36 Add OS to configuration key in mixed builds by Chris Parsons · 4 years, 5 months ago
- 2b8004b bp2build: Add support for cc_binary. by Liz Kammer · 4 years, 5 months ago
- 2a109db Merge "Reduce modules exposed to Make in Mac builds" by Dan Willemsen · 4 years, 5 months ago
- 503f65d Merge "Add tests for defaults used in conditions_default" by Liz Kammer · 4 years, 5 months ago
- def7b5d Reduce modules exposed to Make in Mac builds by Dan Willemsen · 4 years, 5 months ago
- bdce0df Add tests for defaults used in conditions_default by Liz Kammer · 4 years, 5 months ago
- df27b7a Denylist genrules that create the same file in the same package. by Jingwen Chen · 4 years, 5 months ago
- adf2b3e Merge "Add android_sdk_repo_host to build platform-tools&build-tools" by Treehugger Robot · 4 years, 5 months ago
- 2fc3489 Add missing directories to bp2build. by Liz Kammer · 4 years, 5 months ago
- 1eda2bd Merge "Support 64-bit arm_on_x86_64" by Lev Rumyantsev · 4 years, 5 months ago
- 3458121 Support 64-bit arm_on_x86_64 by Lev Rumyantsev · 4 years, 5 months ago
- fdd72e6 bp2build: Add special arch-variant targets. by Liz Kammer · 4 years, 5 months ago
- 9fe1410 Add android_sdk_repo_host to build platform-tools&build-tools by Dan Willemsen · 4 years, 8 months ago
- 8cdd6f0 Merge "Restrict mixed build cquery to deps of depth 2." by Liz Kammer · 4 years, 5 months ago
- 800112b Merge "Merge Android 12" by Xin Li · 4 years, 5 months ago
- 8f22274 Stop relying on target.kind in mixed builds. by Jingwen Chen · 4 years, 5 months ago
- c19d5cd Restrict mixed build cquery to deps of depth 2. by Liz Kammer · 4 years, 5 months ago
- f5a385f Merge "Remove more out-of-date items from denylist" am: b19d4cda2e by Christopher Parsons · 4 years, 5 months ago
- b19d4cd Merge "Remove more out-of-date items from denylist" by Christopher Parsons · 4 years, 5 months ago
- 3e745e6 Merge "Bp2Build common properties auto-handling" am: d905146590 by Treehugger Robot · 4 years, 5 months ago
- d905146 Merge "Bp2Build common properties auto-handling" by Treehugger Robot · 4 years, 5 months ago
- 70e2b79 Merge "Make RuleBuilder fail fast when passed a nil Path" am: b5e3a79358 by Treehugger Robot · 4 years, 5 months ago