aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabal Singh <prabalsingh@google.com>2023-09-22 14:43:11 +0100
committerPrabal Singh <prabalsingh@google.com>2023-09-22 14:43:11 +0100
commit0facf01f0bea505c21cb6109fb5ecea989ead38a (patch)
tree72010fb7654f573ff9a8183f6f4b3a10f41865a4
parente70405fb54c1a803cd544837abcee244313078e1 (diff)
downloadanonymous-counting-tokens-0facf01f0bea505c21cb6109fb5ecea989ead38a.tar.gz
Add test_suites field to test build rule
test_suites is a mandatory field which was missing Bug: b/297863782 Test: Manually Tested. Change-Id: Icdb6b60f7739c850677fafa2bcd24b9823412085
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d58a82f..e1306d0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -96,6 +96,7 @@ cc_test {
"libpjc_third_party_libabsl",
],
cflags: ["-Wno-unused-parameter"],
+ test_suites: ["general-tests"]
}
// This test times out.