summaryrefslogtreecommitdiff
path: root/android/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'android/Android.bp')
-rw-r--r--android/Android.bp37
1 files changed, 25 insertions, 12 deletions
diff --git a/android/Android.bp b/android/Android.bp
index 641c438f1..774d24a20 100644
--- a/android/Android.bp
+++ b/android/Android.bp
@@ -11,9 +11,8 @@ bootstrap_go_package {
"blueprint-metrics",
"sbox_proto",
"soong",
+ "soong-android_team_proto",
"soong-android-soongconfig",
- "soong-bazel",
- "soong-cquery",
"soong-remoteexec",
"soong-response",
"soong-shared",
@@ -28,27 +27,32 @@ bootstrap_go_package {
"androidmk-parser",
],
srcs: [
+ "aconfig_providers.go",
+ "all_teams.go",
"androidmk.go",
"apex.go",
+ "apex_contributions.go",
"api_domain.go",
"api_levels.go",
"arch.go",
"arch_list.go",
- "bazel.go",
- "bazel_handler.go",
- "bazel_paths.go",
+ "arch_module_context.go",
+ "base_module_context.go",
+ "build_prop.go",
"buildinfo_prop.go",
+ "compliance_metadata.go",
"config.go",
+ "container.go",
"test_config.go",
- "config_bp2build.go",
+ "configurable_properties.go",
"configured_jars.go",
"csuite_config.go",
"deapexer.go",
"defaults.go",
"defs.go",
"depset_generic.go",
- "depset_paths.go",
"deptag.go",
+ "early_module_context.go",
"expand.go",
"filegroup.go",
"fixture.go",
@@ -60,10 +64,12 @@ bootstrap_go_package {
"license_metadata.go",
"license_sdk_member.go",
"licenses.go",
- "makefile_goal.go",
+ "logtags.go",
"makevars.go",
"metrics.go",
"module.go",
+ "module_context.go",
+ "module_info_json.go",
"mutator.go",
"namespace.go",
"neverallow.go",
@@ -77,17 +83,23 @@ bootstrap_go_package {
"path_properties.go",
"paths.go",
"phony.go",
+ "plugin.go",
"prebuilt.go",
"prebuilt_build_tool.go",
+ "product_config.go",
"proto.go",
+ "provider.go",
+ "raw_files.go",
"register.go",
"rule_builder.go",
"sandbox.go",
"sdk.go",
"sdk_version.go",
+ "shared_properties.go",
"singleton.go",
"singleton_module.go",
"soong_config_modules.go",
+ "team.go",
"test_asserts.go",
"test_suites.go",
"testing.go",
@@ -97,15 +109,14 @@ bootstrap_go_package {
"visibility.go",
],
testSrcs: [
+ "all_teams_test.go",
"android_test.go",
"androidmk_test.go",
"apex_test.go",
"arch_test.go",
- "bazel_handler_test.go",
- "bazel_paths_test.go",
- "bazel_test.go",
+ "blueprint_e2e_test.go",
"config_test.go",
- "config_bp2build_test.go",
+ "configured_jars_test.go",
"csuite_config_test.go",
"defaults_test.go",
"depset_test.go",
@@ -131,8 +142,10 @@ bootstrap_go_package {
"rule_builder_test.go",
"sdk_version_test.go",
"sdk_test.go",
+ "selects_test.go",
"singleton_module_test.go",
"soong_config_modules_test.go",
+ "test_suites_test.go",
"util_test.go",
"variable_test.go",
"visibility_test.go",