Merge "Throw an exception if it fails to push a test case file."
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",
     ],