2368e9ea9e
Bug: 296873595 Test: Manual testing (Will add unit test case in the next change.) Change-Id: Ic4177c5f76602088d52a31ca8d9fbaa703855837
20 lines
390 B
Text
20 lines
390 B
Text
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",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|