Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 731ba3a8 authored by Ryan Mitchell's avatar Ryan Mitchell
Browse files

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
parent ac774e33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",