platform_build_soong/bazel/cquery/Android.bp
Rupert Shuttleworth b7e30760af Add various test files as testSrcs, so that they run on CI.
Test: go test
Test: TH (now that these are hooked up to TH)

Change-Id: Ia199794ef1a64074f3f9159f8c160ba3e45fd181
2021-04-21 11:23:57 -04:00

17 lines
312 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-cquery",
pkgPath: "android/soong/bazel/cquery",
srcs: [
"request_type.go",
],
pluginFor: [
"soong_build",
],
testSrcs: [
"request_type_test.go",
],
}