summaryrefslogtreecommitdiff
path: root/bazel/Android.bp
diff options
context:
space:
mode:
author Chris Parsons <cparsons@google.com> 2021-01-15 12:22:41 -0500
committer Chris Parsons <cparsons@google.com> 2021-01-15 13:53:57 -0500
commit4f069891aef32cf68c27c99ce4141acf72a2116f (patch)
tree09178595f30a3412015514389aa0177c23320996 /bazel/Android.bp
parent0dd19125ebc22f5c6085d2bb2d39e1e78ff5324e (diff)
Improve aquery-related validation and error handling
Also introduce test suite for aquery handling Test: m nothing Test: lunch aosp_flame && USE_BAZEL_ANALYSIS=1 m libc Change-Id: I2493d42782099ea0b575968fca38bce6f0d59015
Diffstat (limited to 'bazel/Android.bp')
-rw-r--r--bazel/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/bazel/Android.bp b/bazel/Android.bp
index 05eddc1b1..d222d9810 100644
--- a/bazel/Android.bp
+++ b/bazel/Android.bp
@@ -6,6 +6,9 @@ bootstrap_go_package {
"constants.go",
"properties.go",
],
+ testSrcs: [
+ "aquery_test.go",
+ ],
pluginFor: [
"soong_build",
],