blob: 18dccb305940601783f08199a056f49784a358a5 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-testing",
pkgPath: "android/soong/testing",
deps: [
"blueprint",
"soong-android",
"soong-testing-test_spec_proto",
],
srcs: [
"all_test_specs.go",
"test_spec.go",
"init.go",
"test.go",
],
pluginFor: ["soong_build"],
}