2021-02-04 03:08:28 +01:00
|
|
|
package {
|
|
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
|
|
}
|
|
|
|
|
2020-06-01 19:45:49 +02:00
|
|
|
bootstrap_go_package {
|
|
|
|
name: "soong-java",
|
|
|
|
pkgPath: "android/soong/java",
|
|
|
|
deps: [
|
|
|
|
"blueprint",
|
|
|
|
"blueprint-pathtools",
|
|
|
|
"soong",
|
|
|
|
"soong-android",
|
2021-07-28 12:21:31 +02:00
|
|
|
"soong-bazel",
|
2020-06-01 19:45:49 +02:00
|
|
|
"soong-cc",
|
|
|
|
"soong-dexpreopt",
|
|
|
|
"soong-genrule",
|
|
|
|
"soong-java-config",
|
2022-03-19 01:33:24 +01:00
|
|
|
"soong-provenance",
|
2020-06-13 01:38:45 +02:00
|
|
|
"soong-python",
|
2020-06-01 19:45:49 +02:00
|
|
|
"soong-remoteexec",
|
|
|
|
"soong-tradefed",
|
|
|
|
],
|
|
|
|
srcs: [
|
|
|
|
"aapt2.go",
|
|
|
|
"aar.go",
|
|
|
|
"android_manifest.go",
|
|
|
|
"android_resources.go",
|
|
|
|
"androidmk.go",
|
|
|
|
"app_builder.go",
|
|
|
|
"app.go",
|
2020-12-21 21:29:12 +01:00
|
|
|
"app_import.go",
|
|
|
|
"app_set.go",
|
2021-03-17 23:56:23 +01:00
|
|
|
"base.go",
|
2020-10-28 20:20:06 +01:00
|
|
|
"boot_jars.go",
|
2021-04-22 12:49:41 +02:00
|
|
|
"bootclasspath.go",
|
2021-04-23 15:25:28 +02:00
|
|
|
"bootclasspath_fragment.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"builder.go",
|
2021-06-10 09:59:41 +02:00
|
|
|
"classpath_element.go",
|
2021-04-07 16:45:02 +02:00
|
|
|
"classpath_fragment.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"device_host_converter.go",
|
|
|
|
"dex.go",
|
|
|
|
"dexpreopt.go",
|
|
|
|
"dexpreopt_bootjars.go",
|
2021-09-30 11:38:19 +02:00
|
|
|
"dexpreopt_check.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"dexpreopt_config.go",
|
|
|
|
"droiddoc.go",
|
2021-03-24 20:39:08 +01:00
|
|
|
"droidstubs.go",
|
2022-01-01 06:14:32 +01:00
|
|
|
"fuzz.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"gen.go",
|
|
|
|
"genrule.go",
|
|
|
|
"hiddenapi.go",
|
2021-04-08 18:49:27 +02:00
|
|
|
"hiddenapi_modular.go",
|
2021-05-21 17:58:23 +02:00
|
|
|
"hiddenapi_monolithic.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"hiddenapi_singleton.go",
|
|
|
|
"jacoco.go",
|
|
|
|
"java.go",
|
|
|
|
"jdeps.go",
|
|
|
|
"java_resources.go",
|
|
|
|
"kotlin.go",
|
2020-06-03 05:09:13 +02:00
|
|
|
"lint.go",
|
2020-07-09 19:03:41 +02:00
|
|
|
"legacy_core_platform_api_usage.go",
|
2021-03-29 23:18:45 +02:00
|
|
|
"platform_bootclasspath.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"platform_compat_config.go",
|
|
|
|
"plugin.go",
|
|
|
|
"prebuilt_apis.go",
|
|
|
|
"proto.go",
|
|
|
|
"robolectric.go",
|
2020-12-21 21:29:12 +01:00
|
|
|
"rro.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"sdk.go",
|
|
|
|
"sdk_library.go",
|
2020-10-19 10:25:58 +02:00
|
|
|
"sdk_library_external.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"support_libraries.go",
|
|
|
|
"system_modules.go",
|
2021-04-29 12:50:26 +02:00
|
|
|
"systemserver_classpath_fragment.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"testing.go",
|
|
|
|
"tradefed.go",
|
|
|
|
],
|
|
|
|
testSrcs: [
|
|
|
|
"androidmk_test.go",
|
2020-12-21 21:29:12 +01:00
|
|
|
"app_import_test.go",
|
|
|
|
"app_set_test.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"app_test.go",
|
2021-04-23 15:25:28 +02:00
|
|
|
"bootclasspath_fragment_test.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"device_host_converter_test.go",
|
2022-03-17 19:12:32 +01:00
|
|
|
"dex_test.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"dexpreopt_test.go",
|
|
|
|
"dexpreopt_bootjars_test.go",
|
2021-03-24 20:39:08 +01:00
|
|
|
"droiddoc_test.go",
|
|
|
|
"droidstubs_test.go",
|
2020-08-06 00:40:41 +02:00
|
|
|
"hiddenapi_singleton_test.go",
|
2021-04-21 17:09:52 +02:00
|
|
|
"jacoco_test.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"java_test.go",
|
|
|
|
"jdeps_test.go",
|
|
|
|
"kotlin_test.go",
|
2021-04-21 23:01:55 +02:00
|
|
|
"lint_test.go",
|
2021-03-29 23:18:45 +02:00
|
|
|
"platform_bootclasspath_test.go",
|
2021-03-16 11:12:49 +01:00
|
|
|
"platform_compat_config_test.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"plugin_test.go",
|
2021-10-29 13:35:36 +02:00
|
|
|
"prebuilt_apis_test.go",
|
2020-12-21 21:29:12 +01:00
|
|
|
"rro_test.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
"sdk_test.go",
|
2021-06-27 21:42:04 +02:00
|
|
|
"sdk_library_test.go",
|
2021-03-11 09:07:46 +01:00
|
|
|
"system_modules_test.go",
|
2021-04-29 12:50:26 +02:00
|
|
|
"systemserver_classpath_fragment_test.go",
|
2020-06-01 19:45:49 +02:00
|
|
|
],
|
|
|
|
pluginFor: ["soong_build"],
|
|
|
|
}
|