Wei Li 598f92d704 Export Soong module type to LOCAL_SOONG_MODULE_TYPE to Make for SBOM generation. 1 year ago
..
allowlists 1841e5d023 Merge "Allowlist merged_txts dependencies and combined_apis type" 1 year ago
soongconfig 8103dc428e Migrate overlapping config var defs in all bp file 1 year ago
Android.bp 81593891ee Create api_domain module type and its bp2build converter 1 year ago
android_test.go 14ec66c2fb Make OutputFileForModule work for AllowMissingDependencies 1 year ago
androidmk.go 598f92d704 Export Soong module type to LOCAL_SOONG_MODULE_TYPE to Make for SBOM generation. 1 year ago
androidmk_test.go 5180438478 Make sure dist files have license metadata. 2 years ago
apex.go 18994c73f1 Replace SortedStringKeys with SortedKeys 1 year ago
apex_test.go 7eed538208 Remove unused uses_sdks property for apexes 2 years ago
api_domain.go 627fc3e436 Rename API surface provided to mainline modules 1 year ago
api_levels.go fb7f7b99ff Comments to keep Starlark/soong api logic in sync 1 year ago
arch.go 992918d21f Export ndk/aml arches to Bazel 1 year ago
arch_list.go de7c7847e7 soong: Add Cortex-A32 definitions 1 year ago
arch_test.go 0f82844b75 Add variant_prepend test for cc_library 1 year ago
bazel.go e43124023c Support DCLA 1 year ago
bazel_handler.go 9402ca881c Add a persistent bazel server between builds 1 year ago
bazel_handler_test.go e43124023c Support DCLA 1 year ago
bazel_paths.go 29743c8423 Read ApexMkInfo for modules to be installed. 1 year ago
bazel_paths_test.go d558031e0c File paths to allow "./" prefix 1 year ago
bazel_test.go 39a301c963 Clean up mixed builds module names filtering 1 year ago
buildinfo_prop.go a734749148 Use WriteFileRule instead of custom echo commands 1 year ago
config.go 04a0ee54de Merge "Comments to keep Starlark/soong api logic in sync" 1 year ago
config_bp2build.go b9b6c6773e export clang-tidy variables to soong_injection 1 year ago
config_bp2build_test.go 932c01cf9e export Java variables to Bazel 2 years ago
config_test.go 720b3964fe Fix writing soong.variables . 3 years ago
configured_jars.go 7ec40ccb15 Split up config.go 1 year ago
csuite_config.go 140a8e183d Convert android/csuite_config_test.go to test fixtures 3 years ago
csuite_config_test.go 30ac3e7ca7 Remove uses of FixtureFactory from android package 3 years ago
deapexer.go 5556c5f17a Treat <x> and <x>_compressed prebuilt APEXes as being equivalent 2 years ago
defaults.go 18994c73f1 Replace SortedStringKeys with SortedKeys 1 year ago
defaults_test.go 799962789a Add protected_properties support in defaults modules 2 years ago
defs.go 4ed95e263f mixed build targets need transitive tidy files 1 year ago
depset_generic.go 96c44127d1 Reimplement DepSet as a wrapper around a generic implementation 3 years ago
depset_paths.go 96c44127d1 Reimplement DepSet as a wrapper around a generic implementation 3 years ago
depset_test.go 96c44127d1 Reimplement DepSet as a wrapper around a generic implementation 3 years ago
deptag.go e9fe2949b8 Annotate dependency tags for dependencies of installed files 3 years ago
deptag_test.go 30ac3e7ca7 Remove uses of FixtureFactory from android package 3 years ago
expand.go 2647ced06e Fix android.Expand and ninja escaping 4 years ago
expand_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
filegroup.go e43124023c Support DCLA 1 year ago
filegroup_test.go 748209cb6b Disable all filegroups in mixed builds 1 year ago
fixture.go 4c0765a669 Support running bp2build tests in fixtures 1 year ago
fixture_test.go 79abe57f53 Remove FixturePreparer.Extend() 3 years ago
gen_notice.go 95f18bd6c5 Strip device name from gen_notice license files 1 year ago
gen_notice_test.go 4660a9824c Integrate gen_notice with Make for dist. 1 year ago
hooks.go f31c90050c Share CreateModule between hooks & mutators 2 years ago
image.go 2f5c340b49 Update some comments about the image mutator. 3 years ago
license.go d796f6f6dc Stop module types being SdkAware 1 year ago
license_kind.go a93c62b375 Implement bp2build for the `license_kind` module 1 year ago
license_kind_test.go b838b0a147 Do not modules in files called "Blueprints". 2 years ago
license_metadata.go 49920784db Added module_name to license metadata 1 year ago
license_sdk_member.go 4101c71e63 Support multiple library names per target. 2 years ago
license_test.go 2ced8c8a57 Prevent duplicated license_kinds 1 year ago
licenses.go 5797d8c7f5 Export SBOM utility to make 1 year ago
licenses_test.go 4101c71e63 Support multiple library names per target. 2 years ago
makefile_goal.go 02b11a6035 Remove AndroidMkExtraFootersFunc entries param. 3 years ago
makevars.go 2b17a23da8 Tweak Soong install rules logging 1 year ago
metrics.go 780a185ede Avoid loss of ninja_deps events 1 year ago
module.go 18994c73f1 Replace SortedStringKeys with SortedKeys 1 year ago
module_test.go 14ec66c2fb Make OutputFileForModule work for AllowMissingDependencies 1 year ago
mutator.go fb11c1ce81 Add ConvertApexAvailableToTags 1 year ago
mutator_test.go fb11c1ce81 Add ConvertApexAvailableToTags 1 year ago
namespace.go 3f7bf9fa0d Allow namespace config to be tested properly 1 year ago
namespace_test.go 3f7bf9fa0d Allow namespace config to be tested properly 1 year ago
neverallow.go 18994c73f1 Replace SortedStringKeys with SortedKeys 1 year ago
neverallow_test.go 73feba3330 Allow stubs implementation to be omitted 1 year ago
ninja_deps.go 121292911a Store ninja file deps from PackageVarContext in the config 3 years ago
ninja_deps_test.go 662d61430f Make PackageVarContext implement PathGlobContext 1 year ago
notices.go c6ec9fb849 Fix strip_prefix flags to strip install paths. 2 years ago
onceper.go 2e5e401722 Add top level and per-mutator traces to soong_build 1 year ago
onceper_test.go 405af07859 Revert "Make lots of tests run in parallel" 3 years ago
override_module.go 889f2f2844 mixed builds: Make apex's GetBazelLabel return the label of the override_apex, if applicable. 1 year ago
package.go 8bea267caf Implement bp2build for the `package` module 1 year ago
package_ctx.go 662d61430f Make PackageVarContext implement PathGlobContext 1 year ago
package_test.go eabf0f36f3 cosmetic changes 2 years ago
packaging.go 18994c73f1 Replace SortedStringKeys with SortedKeys 1 year ago
packaging_test.go a883428293 Move GatherPackagingSpecs out of CopyDepsToZip 2 years ago
path_properties.go 851a3271ce Use Module.GetProperties() instead of ModuleBase.generalProperties 2 years ago
path_properties_test.go d5cf92e298 Support customizing behavior around sourceOrOutputDependencyTag 2 years ago
paths.go 9785915c2d Fix typo 1 year ago
paths_test.go c68db4b305 Remove InstallBypassMake and ToMakePath 2 years ago
phony.go 18994c73f1 Replace SortedStringKeys with SortedKeys 1 year ago
prebuilt.go bf4de041de java_sdk_library_import: Copy all prebuilt properties to child modules 1 year ago
prebuilt_build_tool.go 0c66bc615b Replace android.BuildOs with Config.BuildOS 2 years ago
prebuilt_test.go a47f28d28e bp2build: add support for soong_config_module_type. 2 years ago
proto.go eddd3c0ba4 add APEX transitive dependency validation 1 year ago
register.go 1845f42085 Simplify soong_build top-level code 1 year ago
rule_builder.go d079e0b270 Reformat build/soong for go 1.19 1 year ago
rule_builder_test.go e52c2ac7fb Enable restat for sbox rules 2 years ago
sandbox.go 7690c09953 cd to / before running soong_build . 3 years ago
sdk.go 0e2a5bc075 Remove memberDepsMutator, SdkAware et al 1 year ago
sdk_test.go 581f2e5f79 Detect duplicates in sdkRegistry 2 years ago
sdk_version.go ffb31afdac Support two active sdks in EffectiveVersionString 1 year ago
sdk_version_test.go 0ee2f913ef Test SdkSpecForm. 2 years ago
singleton.go a5ea2479d3 Fix bug: allow multiple gen_notice modules. 2 years ago
singleton_module.go 9aed5bc715 Add a new SingletonModule type 3 years ago
singleton_module_test.go 1ebef5b78c Move functionality to test install rules into testing.go. 2 years ago
soong_config_modules.go 8103dc428e Migrate overlapping config var defs in all bp file 1 year ago
soong_config_modules_test.go e8b4768134 Avoid separate call to module factory to create conditional properties 1 year ago
test_asserts.go 9f6c24a887 Rename BuildDir and NinjaBuildDir. 2 years ago
test_config.go 428c30f89a Disable bazel for riscv_64 1 year ago
test_suites.go 18994c73f1 Replace SortedStringKeys with SortedKeys 1 year ago
testing.go d4f5d932a1 Add soong unit test for trimmed apex build 1 year ago
updatable_modules.go 7579b67ef9 Moving default version outside of apex package 1 year ago
util.go 195c7819fb Make SortedStringKeys call SortedKeys 1 year ago
util_test.go c52e2c00e6 Use default format in print statement 1 year ago
variable.go f08e59c0d7 Add `Always_use_prebuilt_sdks` into variableProperties 1 year ago
variable_test.go 30ac3e7ca7 Remove uses of FixtureFactory from android package 3 years ago
visibility.go 3ac7db80f1 Optimize isAncestor 1 year ago
visibility_test.go 0507921dcf gen_module visibility tests. 2 years ago