summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarenluo <karenluo@google.com>2019-10-14 20:19:25 -0400
committerkarenluo <karenluo@google.com>2019-10-14 20:19:25 -0400
commit49d60e6a92752fdba1d884e1dcaac9ebfbc791f2 (patch)
tree2d46559cb3d86e1c6e81cf83e2c8b21a083a3c65
parent1c984f375a5de21b19e4c59ffa8acd388e9fe802 (diff)
Add C-Suite in the test suites of AppCompatibilityTest
Test: make csuite Change-Id: I66e01161d52f4f1f5c32ed03e41c19fe9161f89f
-rw-r--r--tests/Compatibility/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Compatibility/Android.bp b/tests/Compatibility/Android.bp
index 4ca406eba3cf..7dc44fa4a260 100644
--- a/tests/Compatibility/Android.bp
+++ b/tests/Compatibility/Android.bp
@@ -19,4 +19,7 @@ android_test {
srcs: ["src/**/*.java"],
platform_apis: true,
certificate: "platform",
+ test_suites: [
+ "csuite"
+ ],
}