2020-06-01 19:45:49 +02:00
|
|
|
bootstrap_go_package {
|
|
|
|
name: "soong-android",
|
|
|
|
pkgPath: "android/soong/android",
|
|
|
|
deps: [
|
|
|
|
"blueprint",
|
|
|
|
"blueprint-bootstrap",
|
|
|
|
"soong",
|
|
|
|
"soong-android-soongconfig",
|
|
|
|
"soong-env",
|
|
|
|
"soong-shared",
|
|
|
|
"soong-ui-metrics_proto",
|
|
|
|
],
|
|
|
|
srcs: [
|
|
|
|
"androidmk.go",
|
|
|
|
"apex.go",
|
|
|
|
"api_levels.go",
|
|
|
|
"arch.go",
|
2020-09-29 08:23:17 +02:00
|
|
|
"bazel_handler.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"config.go",
|
|
|
|
"csuite_config.go",
|
|
|
|
"defaults.go",
|
|
|
|
"defs.go",
|
2020-07-15 00:02:16 +02:00
|
|
|
"depset.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"expand.go",
|
|
|
|
"filegroup.go",
|
|
|
|
"hooks.go",
|
|
|
|
"image.go",
|
2020-07-27 21:59:58 +02:00
|
|
|
"makefile_goal.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"makevars.go",
|
|
|
|
"metrics.go",
|
|
|
|
"module.go",
|
|
|
|
"mutator.go",
|
|
|
|
"namespace.go",
|
|
|
|
"neverallow.go",
|
|
|
|
"notices.go",
|
|
|
|
"onceper.go",
|
|
|
|
"override_module.go",
|
|
|
|
"package.go",
|
|
|
|
"package_ctx.go",
|
|
|
|
"path_properties.go",
|
|
|
|
"paths.go",
|
2020-06-04 22:25:17 +02:00
|
|
|
"phony.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"prebuilt.go",
|
2020-07-17 02:49:05 +02:00
|
|
|
"prebuilt_build_tool.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"proto.go",
|
2020-11-05 13:42:11 +01:00
|
|
|
"queryview.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"register.go",
|
|
|
|
"rule_builder.go",
|
|
|
|
"sandbox.go",
|
|
|
|
"sdk.go",
|
|
|
|
"singleton.go",
|
|
|
|
"soong_config_modules.go",
|
2020-01-30 05:07:03 +01:00
|
|
|
"test_suites.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"testing.go",
|
|
|
|
"util.go",
|
|
|
|
"variable.go",
|
|
|
|
"visibility.go",
|
|
|
|
"writedocs.go",
|
|
|
|
|
|
|
|
// Lock down environment access last
|
|
|
|
"env.go",
|
|
|
|
],
|
|
|
|
testSrcs: [
|
|
|
|
"android_test.go",
|
|
|
|
"androidmk_test.go",
|
2020-10-02 19:26:04 +02:00
|
|
|
"apex_test.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"arch_test.go",
|
|
|
|
"config_test.go",
|
|
|
|
"csuite_config_test.go",
|
2020-07-15 00:02:16 +02:00
|
|
|
"depset_test.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"expand_test.go",
|
|
|
|
"module_test.go",
|
|
|
|
"mutator_test.go",
|
|
|
|
"namespace_test.go",
|
|
|
|
"neverallow_test.go",
|
|
|
|
"onceper_test.go",
|
|
|
|
"package_test.go",
|
|
|
|
"path_properties_test.go",
|
|
|
|
"paths_test.go",
|
|
|
|
"prebuilt_test.go",
|
|
|
|
"rule_builder_test.go",
|
|
|
|
"soong_config_modules_test.go",
|
|
|
|
"util_test.go",
|
|
|
|
"variable_test.go",
|
|
|
|
"visibility_test.go",
|
|
|
|
],
|
|
|
|
}
|