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

Commit 8d5281da authored by Dan Shi's avatar Dan Shi
Browse files

Rename vts-core to vts

Bug: 151896491
Test: none
Change-Id: If74547c56b46ebc7fd728c1bf52fe9dedac65ffa
Merged-In: I562b4dc50765e953800a814a8fd84a01c1b9352b
parent bff144c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ cc_test {
    ],
    test_suites: [
        "general-tests",
        "vts-core",
        "vts",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ cc_test {
        "android.hardware.graphics.common@1.2",
        "android.hardware.camera.device@3.2",
    ],
    test_suites: ["vts-core"],
    test_suites: ["vts"],
    cflags: [
        "-O0",
        "-g",
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ cc_test {
        "android.hardware.automotive.occupant_awareness-cpp",
    ],
    test_suites: [
        "vts-core",
        "vts",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ cc_test {
        "android.hidl.memory@1.0",
        "libhidlmemory",
    ],
    test_suites: ["general-tests", "vts-core"],
    test_suites: ["general-tests", "vts"],
    cflags: [
        "-O0",
        "-g",
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ cc_test {
    ],
    test_suites: [
        "general-tests",
        "vts-core",
        "vts",
    ],
}
Loading