summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Zhu <chenzhu@google.com>2019-11-04 12:14:13 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-04 12:14:13 -0800
commit4c70e05004068366fb7422b13f689b10a8461161 (patch)
tree85e35069e63385fd4b76de1fc178f3695ca3b43e
parentfaeb6e5fce33eb0398649c6323fb8aa76f9de34e (diff)
parentc436b73c8abb328b4005b42d5dcb272444ec24cb (diff)
downloadandroid_packages_apps_DocumentsUI-4c70e05004068366fb7422b13f689b10a8461161.tar.gz
android_packages_apps_DocumentsUI-4c70e05004068366fb7422b13f689b10a8461161.tar.bz2
android_packages_apps_DocumentsUI-4c70e05004068366fb7422b13f689b10a8461161.zip
Merge "Add DocumentsUITests.apk to MTS to get coverage data." into qt-dev am: 6da09f9c77
am: c436b73c8a Change-Id: If0e257ad50f7918b483f761c6e092962e424087f
-rw-r--r--tests/Android.bp1
-rw-r--r--tests/AndroidTest.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 92c578d64..15aac38c5 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -87,6 +87,7 @@ android_test {
test_suites: [
"device-tests",
+ "mts",
],
platform_apis: true,
diff --git a/tests/AndroidTest.xml b/tests/AndroidTest.xml
index 7893150d0..7874118db 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>