commit | 4f069891aef32cf68c27c99ce4141acf72a2116f | [log] [tgz] |
---|---|---|
author | Chris Parsons <cparsons@google.com> | Fri Jan 15 12:22:41 2021 -0500 |
committer | Chris Parsons <cparsons@google.com> | Fri Jan 15 13:53:57 2021 -0500 |
tree | 09178595f30a3412015514389aa0177c23320996 | |
parent | 0dd19125ebc22f5c6085d2bb2d39e1e78ff5324e [diff] [blame] |
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
diff --git a/bazel/Android.bp b/bazel/Android.bp index 05eddc1..d222d98 100644 --- a/bazel/Android.bp +++ b/bazel/Android.bp
@@ -6,6 +6,9 @@ "constants.go", "properties.go", ], + testSrcs: [ + "aquery_test.go", + ], pluginFor: [ "soong_build", ],