b7e30760af
Test: go test Test: TH (now that these are hooked up to TH) Change-Id: Ia199794ef1a64074f3f9159f8c160ba3e45fd181
17 lines
312 B
Text
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",
|
|
],
|
|
}
|