diff options
author | Victor Hsieh <victorhsieh@google.com> | 2019-12-10 16:07:44 -0800 |
---|---|---|
committer | Victor Hsieh <victorhsieh@google.com> | 2019-12-10 16:14:37 -0800 |
commit | c84d102307822e448cbf9ae1db15091d3cff38d9 (patch) | |
tree | c9663a80923d210e6006737999b185e16dc046db | |
parent | 8f2e6498dc21f9c1149d18e0bd49fcee743a1792 (diff) |
Rename ApkVerityTests to ApkVerityTest for consistency
This also makes TEST_MAPPING work.
Test: atest com.android.apkverity.ApkVerityTest
Test: atest -p frameworks/base/tests/ApkVerityTest:presubmit
Bug: 112039386
Change-Id: I721285770208b2a1b18ead2fa34c43e9e8bc0c46
-rw-r--r-- | tests/ApkVerityTest/Android.bp | 2 | ||||
-rw-r--r-- | tests/ApkVerityTest/AndroidTest.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ApkVerityTest/Android.bp b/tests/ApkVerityTest/Android.bp index adcbb4287dd0..9bb9983f66a9 100644 --- a/tests/ApkVerityTest/Android.bp +++ b/tests/ApkVerityTest/Android.bp @@ -13,7 +13,7 @@ // limitations under the License. java_test_host { - name: "ApkVerityTests", + name: "ApkVerityTest", srcs: ["src/**/*.java"], libs: ["tradefed", "compatibility-tradefed", "compatibility-host-util"], test_suites: ["general-tests"], diff --git a/tests/ApkVerityTest/AndroidTest.xml b/tests/ApkVerityTest/AndroidTest.xml index 73779cbd1a87..51bcdea21f49 100644 --- a/tests/ApkVerityTest/AndroidTest.xml +++ b/tests/ApkVerityTest/AndroidTest.xml @@ -36,6 +36,6 @@ </target_preparer> <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" > - <option name="jar" value="ApkVerityTests.jar" /> + <option name="jar" value="ApkVerityTest.jar" /> </test> </configuration> |