diff options
author | 2022-12-12 09:06:10 -0800 | |
---|---|---|
committer | 2022-12-12 09:06:10 -0800 | |
commit | 3ae2304d4fc844f175df5e6952b7636a36187073 (patch) | |
tree | 9614911ceea74e455d88ef0087d53d56dbf2918f /tests | |
parent | 6025b9a827ee30b5fcb12d4c54a0fb584cf533e4 (diff) | |
download | latinime-3ae2304d4fc844f175df5e6952b7636a36187073.tar.gz latinime-3ae2304d4fc844f175df5e6952b7636a36187073.tar.xz latinime-3ae2304d4fc844f175df5e6952b7636a36187073.zip |
Update preparers to align across everything
Carry the exact same options.
Test: presubmit
Bug: 261855411
Change-Id: Ic48ffa4fec4ebf2027525476bf346abce3f0a1b0
Diffstat (limited to '')
-rw-r--r-- | tests/AndroidTest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidTest.xml b/tests/AndroidTest.xml index 41334d5a8..60e9a01e9 100644 --- a/tests/AndroidTest.xml +++ b/tests/AndroidTest.xml @@ -26,7 +26,7 @@ hence we cannot rely on "test-file-name" to install LatinIME.apk --> - <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup"> + <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> <option name="cleanup-apks" value="true" /> <option name="test-file-name" value="LatinIMETests.apk" /> </target_preparer> |