Add vts10 suite to existing vts tests

This is to prepare renaming vts to vts10.

Bug: 151896491
Test: local build
Exempt-From-Owner-Approval: This CL adds all tests in vts to a new
suite vts10. vts10 will be the new name of existing vts suite. This CL
won't change test logic or behavior.

Change-Id: Ia80b0d71a18f15a24aa31481a64c95ae5fa9a9bc
Merged-In: If26dbaa36715656fc7ef3cab7ca3f6f565a38e3b
Merged-In: I78e2dc5bdac3fc15a6400476791b73974969dd5f
diff --git a/Android.bp b/Android.bp
index b093380..b62122d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -79,6 +79,7 @@
     test_suites: [
         "cts",
         "vts",
+        "vts10",
     ],
 
     srcs: ["android/package/src/**/*.java"],
diff --git a/android/cts/Android.bp b/android/cts/Android.bp
index f127e74..5f0327e 100644
--- a/android/cts/Android.bp
+++ b/android/cts/Android.bp
@@ -51,6 +51,7 @@
     test_suites: [
         "cts",
         "vts",
+        "vts10",
         "general-tests",
     ],