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

Commit 2ae3b6d7 authored by Dan Shi's avatar Dan Shi
Browse files

Rename vts-core to vts

Bug: 151896491
Test: local build
Exempt-From-Owner-Approval: This CL moves all tests in vts-core to vts.
It won't change test logic or behavior.

Change-Id: I79cddf5e4a65486b8f1286ea430360479ad2b93d
Merged-In: I79cddf5e4a65486b8f1286ea430360479ad2b93d
parent 23d37487
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",
}