diff options
Diffstat (limited to 'test/update-rollback/Android.bp')
| -rw-r--r-- | test/update-rollback/Android.bp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/update-rollback/Android.bp b/test/update-rollback/Android.bp index 3713328b06..ad14988f2f 100644 --- a/test/update-rollback/Android.bp +++ b/test/update-rollback/Android.bp @@ -23,5 +23,9 @@ java_test_host { libs: ["tradefed"], static_libs: ["cts-install-lib-host"], data: [":test_broken_com.android.art"], - test_suites: ["general-tests"], + // Add this test to `device-tests` rather than `general-tests` to ensure + // that the type of ART APEX -- public (`com.android.art`) or internal + // (`com.google.android.art`) -- used in the test matches the one bundled + // with the Android platform used in the device-under-test. + test_suites: ["device-tests"], } |