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

Commit 9cae0195 authored by Pawan Wagh's avatar Pawan Wagh Committed by Automerger Merge Worker
Browse files

Merge "Move Enable16KbTest to device-tests" into main am: df6affdc am: cb7bd9dd

parents 5e522a50 cb7bd9dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ android_test {
    ],
    platform_apis: true,
    certificate: "platform",
    test_suites: ["general-tests"],
    test_suites: ["device-tests"],
    libs: [
        "android.test.runner",
        "android.test.base",
@@ -57,6 +57,6 @@ java_test_host {
    data: [
        ":test_16kb_app",
    ],
    test_suites: ["general-tests"],
    test_suites: ["device-tests"],
    test_config: "AndroidTest.xml",
}