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

Commit 0a3f6eac authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Rename vts-core to vts" into rvc-dev am: e8931d06

Change-Id: Ic656e4859476c8ad7e416f436744a7a4bbc2f3a2
parents bf58390a e8931d06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ cc_test {
    ],
    test_suites: [
        "general-tests",
        "vts-core"
        "vts"
    ],
    test_config: "vts_permission_validate_test.xml",
}
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ cc_test {
    ],
    test_suites: [
        "general-tests",
        "vts-core"
        "vts"
    ],
    test_config: "vts_defaultPermissions_validate_test.xml",
}
+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", "vts-core"],
    test_suites: ["general-tests", "vts"],
    target_required: [
        "block_device_writer_module",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -48,6 +48,6 @@ cc_test {
    },

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