commit | d3ba36e31224d0037fb0497fbeaca0ee96f33fcd | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Oct 24 20:41:10 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Oct 24 20:41:10 2019 +0000 |
tree | 0c71a211285e8030d379849259fdbdbfefbd61b2 | |
parent | 6812e7e84d69adc568b4834f8d7c52bb4275a57c [diff] | |
parent | 49d60e6a92752fdba1d884e1dcaac9ebfbc791f2 [diff] |
Merge "Add C-Suite in the test suites of AppCompatibilityTest"
diff --git a/tests/Compatibility/Android.bp b/tests/Compatibility/Android.bp index 4ca406e..7dc44fa 100644 --- a/tests/Compatibility/Android.bp +++ b/tests/Compatibility/Android.bp
@@ -19,4 +19,7 @@ srcs: ["src/**/*.java"], platform_apis: true, certificate: "platform", + test_suites: [ + "csuite" + ], }