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

Commit 4efbe9e1 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Put ApkVerityTest in vts-core" into rvc-dev am: 37aa4739 am: cad8c2e5

Change-Id: I67f7ca6385bdef760f4bcffa4f92b0c0514fff56
parents 00aaee72 cad8c2e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ java_test_host {
    name: "ApkVerityTest",
    srcs: ["src/**/*.java"],
    libs: ["tradefed", "compatibility-tradefed", "compatibility-host-util"],
    test_suites: ["general-tests"],
    test_suites: ["general-tests", "vts-core"],
    target_required: [
        "block_device_writer_module",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -47,6 +47,6 @@ cc_test {
        },
    },

    test_suites: ["general-tests", "pts"],
    test_suites: ["general-tests", "pts", "vts-core"],
    gtest: false,
}