diff options
author | karenluo <karenluo@google.com> | 2019-10-14 20:19:25 -0400 |
---|---|---|
committer | karenluo <karenluo@google.com> | 2019-10-14 20:19:25 -0400 |
commit | 49d60e6a92752fdba1d884e1dcaac9ebfbc791f2 (patch) | |
tree | 2d46559cb3d86e1c6e81cf83e2c8b21a083a3c65 /tests/Compatibility | |
parent | 1c984f375a5de21b19e4c59ffa8acd388e9fe802 (diff) |
Add C-Suite in the test suites of AppCompatibilityTest
Test: make csuite
Change-Id: I66e01161d52f4f1f5c32ed03e41c19fe9161f89f
Diffstat (limited to 'tests/Compatibility')
-rw-r--r-- | tests/Compatibility/Android.bp | 3 |
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" + ], } |