diff options
author | Ryan Mitchell <rtmitchell@google.com> | 2020-04-14 17:36:33 +0000 |
---|---|---|
committer | Ryan Mitchell <rtmitchell@google.com> | 2020-05-11 16:01:05 -0700 |
commit | 731ba3a8257efad4d4eebcaeb0fb58aa4dcda8ec (patch) | |
tree | 8e6bc90b15afe6751084850adf70aa4a491c0e86 /core/tests/overlaytests | |
parent | ac774e3304d1c52d1f9057aabaa39bcb1249c656 (diff) |
Move OverlayHostTests back to general-tests
While the overlay APKs must be built with the "device-tests" as their
test suite to get signed correctly, the jar containing the test should
target general-tests so the test class can be found.
Bug: 156129546
Test: atest OverlayHostTests
Change-Id: I08217e368e7284f69155eaf3b957724f9f0154d4
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", |