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: I86e84e4c7ff839197c834eac8c69f3de6e852e72
diff --git a/Android.bp b/Android.bp
index 134b1b5..1a9b09b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,6 +24,7 @@
     test_suites: [
         "cts",
         "vts",
+        "vts10",
     ],
     sdk_version: "current",
 }