Merge "Add DocumentsUITests.apk to MTS to get coverage data." into qt-dev am: 6da09f9c77 am: c436b73c8a
am: 4c70e05004

Change-Id: I7d7d5225fc1cf9edda83e75b4ea0f5b7f67f2229
diff --git a/tests/Android.bp b/tests/Android.bp
index 92c578d..15aac38 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -87,6 +87,7 @@
 
     test_suites: [
         "device-tests",
+        "mts",
     ],
 
     platform_apis: true,
diff --git a/tests/AndroidTest.xml b/tests/AndroidTest.xml
index 7893150..7874118 100644
--- a/tests/AndroidTest.xml
+++ b/tests/AndroidTest.xml
@@ -14,7 +14,7 @@
      limitations under the License.
 -->
 <configuration description="Runs Tests for DocumentsUI.">
-    <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup">
+    <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
         <option name="test-file-name" value="DocumentsUITests.apk" />
     </target_preparer>