Jingwen Chen 661b2ee719 Merge "Revert "add media.swcodec to Bazel prod allowlist"" 10 ヶ月 前
..
allowlists 661b2ee719 Merge "Revert "add media.swcodec to Bazel prod allowlist"" 10 ヶ月 前
soongconfig 8103dc428e Migrate overlapping config var defs in all bp file 1 年間 前
Android.bp 313d32f730 Merge "Use generics for DepSets" 11 ヶ月 前
android_test.go 14ec66c2fb Make OutputFileForModule work for AllowMissingDependencies 1 年間 前
androidmk.go 0c10e4dcc0 Parallelize singleton execution 1 年間 前
androidmk_test.go 5180438478 Make sure dist files have license metadata. 1 年間 前
apex.go b2b9494db1 Ignore test apexes from bp2build generated tags am: f57a966b66 1 年間 前
apex_test.go e8173a83cb Add TestApexes to ApexInfo 1 年間 前
api_domain.go 627fc3e436 Rename API surface provided to mainline modules 1 年間 前
api_levels.go 0c10e4dcc0 Parallelize singleton execution 1 年間 前
arch.go f7d3109972 Generate NDK stubs for riscv64 too. 1 年間 前
arch_list.go dd2e32d859 Merge "Introduce armv9-a arch variant." 1 年間 前
arch_test.go 5dc62c9456 Add sanitizer tests for musl 1 年間 前
bazel.go 39a169721c Provide reason for unconverted bp2build modules 11 ヶ月 前
bazel_handler.go 95b24b1165 Remove special-casing of DCLA libraries 10 ヶ月 前
bazel_handler_test.go 40b79f8def cc mixed build support to allowlist M13 libraries 10 ヶ月 前
bazel_paths.go 1e75324ebd Correct genrule path references 11 ヶ月 前
bazel_paths_test.go d558031e0c File paths to allow "./" prefix 1 年間 前
bazel_test.go c13f785061 Handle missing dependencies in mixed builds 1 年間 前
buildinfo_prop.go 0c10e4dcc0 Parallelize singleton execution 1 年間 前
config.go bf815a135a Merge "Ensure we get cross refs for Bazel-built artifacts" 10 ヶ月 前
config_bp2build.go 3eda019e04 Revert "Respect Clang version override env vars." 1 年間 前
config_bp2build_test.go 932c01cf9e export Java variables to Bazel 2 年 前
config_test.go 720b3964fe Fix writing soong.variables . 3 年 前
configured_jars.go 7ec40ccb15 Split up config.go 1 年間 前
csuite_config.go 140a8e183d Convert android/csuite_config_test.go to test fixtures 3 年 前
csuite_config_test.go 30ac3e7ca7 Remove uses of FixtureFactory from android package 3 年 前
deapexer.go 1aa50564c7 Treat <x> and <x>_compressed prebuilt APEXes as being equivalent 1 年間 前
defaults.go 39a169721c Provide reason for unconverted bp2build modules 11 ヶ月 前
defaults_test.go eeeb952b27 Revert "Add protected_properties support in defaults modules" 1 年間 前
defs.go 4ed95e263f mixed build targets need transitive tidy files 1 年間 前
depset_generic.go 48016d5a2f Fix FirstUniqueStrings after conversion to generics 10 ヶ月 前
depset_test.go c85750bfe3 Use generics for DepSets 11 ヶ月 前
deptag.go bd3a16b5e7 Install sdk variants in unbundled builds and package uninstallable variants 1 年間 前
deptag_test.go 30ac3e7ca7 Remove uses of FixtureFactory from android package 3 年 前
expand.go 2647ced06e Fix android.Expand and ninja escaping 4 年 前
expand_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 年 前
filegroup.go 39a169721c Provide reason for unconverted bp2build modules 11 ヶ月 前
filegroup_test.go 7d6dd8bb33 Add filegroup_defaults module 1 年間 前
fixture.go 3d927238cc Revert "Add unit test for parsing build files in bp2build" 10 ヶ月 前
fixture_test.go 79abe57f53 Remove FixturePreparer.Extend() 3 年 前
gen_notice.go 0c10e4dcc0 Parallelize singleton execution 1 年間 前
gen_notice_test.go 4660a9824c Integrate gen_notice with Make for dist. 1 年間 前
hooks.go f31c90050c Share CreateModule between hooks & mutators 2 年 前
image.go 2f5c340b49 Update some comments about the image mutator. 2 年 前
license.go d796f6f6dc Stop module types being SdkAware 1 年間 前
license_kind.go a93c62b375 Implement bp2build for the `license_kind` module 1 年間 前
license_kind_test.go b838b0a147 Do not modules in files called "Blueprints". 2 年 前
license_metadata.go c85750bfe3 Use generics for DepSets 11 ヶ月 前
license_sdk_member.go 4101c71e63 Support multiple library names per target. 2 年 前
license_test.go 2ced8c8a57 Prevent duplicated license_kinds 1 年間 前
licenses.go 5797d8c7f5 Export SBOM utility to make 1 年間 前
licenses_test.go 4101c71e63 Support multiple library names per target. 2 年 前
makevars.go 2b17a23da8 Tweak Soong install rules logging 1 年間 前
metrics.go 0c10e4dcc0 Parallelize singleton execution 1 年間 前
module.go 313d32f730 Merge "Use generics for DepSets" 11 ヶ月 前
module_test.go 14ec66c2fb Make OutputFileForModule work for AllowMissingDependencies 1 年間 前
mutator.go 39a169721c Provide reason for unconverted bp2build modules 11 ヶ月 前
mutator_test.go fb11c1ce81 Add ConvertApexAvailableToTags 1 年間 前
namespace.go 671dc2319b Add name hint to Soong. 1 年間 前
namespace_test.go 671dc2319b Add name hint to Soong. 1 年間 前
neverallow.go 019ffe121c Merge "Allow java_library.exclude_static_libs property for libcore and f/b/api" 11 ヶ月 前
neverallow_test.go 3d4d88d68e Allow java_library.exclude_static_libs property for libcore and f/b/api 11 ヶ月 前
ninja_deps.go c9508aac4c Load starlark files from soong 1 年間 前
ninja_deps_test.go 662d61430f Make PackageVarContext implement PathGlobContext 1 年間 前
notices.go c6ec9fb849 Fix strip_prefix flags to strip install paths. 1 年間 前
onceper.go 2e5e401722 Add top level and per-mutator traces to soong_build 1 年間 前
onceper_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 年 前
override_module.go ebaa573317 Prebuilt replacing source should not change partition 1 年間 前
package.go 2c9e8d6128 Change bp2build converter of module "package". 1 年間 前
package_ctx.go 662d61430f Make PackageVarContext implement PathGlobContext 1 年間 前
package_test.go eabf0f36f3 cosmetic changes 2 年 前
packaging.go c85750bfe3 Use generics for DepSets 11 ヶ月 前
packaging_test.go bd3a16b5e7 Install sdk variants in unbundled builds and package uninstallable variants 1 年間 前
path_properties.go 851a3271ce Use Module.GetProperties() instead of ModuleBase.generalProperties 2 年 前
path_properties_test.go d5cf92e298 Support customizing behavior around sourceOrOutputDependencyTag 2 年 前
paths.go 313d32f730 Merge "Use generics for DepSets" 11 ヶ月 前
paths_test.go c68db4b305 Remove InstallBypassMake and ToMakePath 2 年 前
phony.go 18994c73f1 Replace SortedStringKeys with SortedKeys 1 年間 前
plugin.go 9b44c2a725 Run "plugins" singleton in parallel with the rest. 1 年間 前
prebuilt.go ebaa573317 Prebuilt replacing source should not change partition 1 年間 前
prebuilt_build_tool.go 0c66bc615b Replace android.BuildOs with Config.BuildOS 2 年 前
prebuilt_test.go ebaa573317 Prebuilt replacing source should not change partition 1 年間 前
proto.go 39b6cc5336 Ignore test apexes from bp2build generated tags 1 年間 前
register.go 3d927238cc Revert "Add unit test for parsing build files in bp2build" 10 ヶ月 前
rule_builder.go d079e0b270 Reformat build/soong for go 1.19 1 年間 前
rule_builder_test.go e52c2ac7fb Enable restat for sbox rules 2 年 前
sandbox.go 7690c09953 cd to / before running soong_build . 3 年 前
sdk.go 3486740cc5 Use api_levels_released_versions from starlark 1 年間 前
sdk_test.go 581f2e5f79 Detect duplicates in sdkRegistry 2 年 前
sdk_version.go 6c0df88809 Cleanup remaining android.JavaApiLibraryName() references 11 ヶ月 前
sdk_version_test.go 15da5887fe Create two sentinel api levels 1 年間 前
singleton.go a5ea2479d3 Fix bug: allow multiple gen_notice modules. 2 年 前
singleton_module.go 9aed5bc715 Add a new SingletonModule type 3 年 前
singleton_module_test.go 1ebef5b78c Move functionality to test install rules into testing.go. 2 年 前
soong_config_modules.go 81b00a8db7 Use hashed subdir for soong_config modules 1 年間 前
soong_config_modules_test.go 81b00a8db7 Use hashed subdir for soong_config modules 1 年間 前
test_asserts.go 175073c472 Make aconfig flags generate a library instead of a srcjar. 11 ヶ月 前
test_config.go 9c094ca153 Fix issue where bazel-force-enabled-modules aren't actually analyzed. 1 年間 前
test_suites.go f368073522 Add -sha256 to robolectric zip 10 ヶ月 前
testing.go e59c0db536 android: Allow running some singletons in parallel. 1 年間 前
updatable_modules.go 7579b67ef9 Moving default version outside of apex package 1 年間 前
util.go da169a1ee3 Merge "Fix FirstUniqueStrings after conversion to generics" 10 ヶ月 前
util_test.go 48016d5a2f Fix FirstUniqueStrings after conversion to generics 10 ヶ月 前
variable.go 3b7411adc7 Merge "Remove "flattened" apexes" 11 ヶ月 前
variable_test.go 30ac3e7ca7 Remove uses of FixtureFactory from android package 3 年 前
visibility.go f25bdf4643 Remove completed TODO in android/visibility.go 1 年間 前
visibility_test.go 0507921dcf gen_module visibility tests. 2 年 前