diff options
author | Ryan Mitchell <rtmitchell@google.com> | 2020-05-13 16:56:38 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-05-13 16:56:38 +0000 |
commit | c6f43cdfb0e555bd78026b34e236cc6da933a850 (patch) | |
tree | 4bafebc849d007caf793d0a620bfd594a9c6913f /core/tests/overlaytests | |
parent | 1daf6ea6a39c1bd56a5792ab6cd8469aba0a441b (diff) | |
parent | 731ba3a8257efad4d4eebcaeb0fb58aa4dcda8ec (diff) |
Merge "Move OverlayHostTests back to general-tests" into rvc-dev
Diffstat (limited to 'core/tests/overlaytests')
-rw-r--r-- | core/tests/overlaytests/host/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/overlaytests/host/Android.bp b/core/tests/overlaytests/host/Android.bp index 2b38cca2db36..a2fcef56b780 100644 --- a/core/tests/overlaytests/host/Android.bp +++ b/core/tests/overlaytests/host/Android.bp @@ -16,7 +16,7 @@ java_test_host { name: "OverlayHostTests", srcs: ["src/**/*.java"], libs: ["tradefed"], - test_suites: ["device-tests"], + test_suites: ["general-tests"], target_required: [ "OverlayHostTests_NonPlatformSignatureOverlay", "OverlayHostTests_PlatformSignatureStaticOverlay", |