From 49d60e6a92752fdba1d884e1dcaac9ebfbc791f2 Mon Sep 17 00:00:00 2001 From: karenluo Date: Mon, 14 Oct 2019 20:19:25 -0400 Subject: [PATCH] Add C-Suite in the test suites of AppCompatibilityTest Test: make csuite Change-Id: I66e01161d52f4f1f5c32ed03e41c19fe9161f89f --- tests/Compatibility/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Compatibility/Android.bp b/tests/Compatibility/Android.bp index 4ca406eba3cfc..7dc44fa4a2608 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" + ], }