diff options
| author | 2021-09-28 15:37:08 +0000 | |
|---|---|---|
| committer | 2021-09-28 15:37:08 +0000 | |
| commit | 0fe46d947a02fd9b1de1f1538e9b6556906c2948 (patch) | |
| tree | e0a34609cfd7a1c02da16b144519cf1259ca93e3 | |
| parent | 0e4260d7728b2017ec7e7151caa7f1bedc936c52 (diff) | |
| parent | 2f6a6fdd48f5fa6d83cf061dd49e6f6a4a7cbfa3 (diff) | |
Merge "Fix broken test on GSI branch"
| -rw-r--r-- | tests/StagedInstallTest/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/StagedInstallTest/Android.bp b/tests/StagedInstallTest/Android.bp index 840a588bfe88..086ef95877e6 100644 --- a/tests/StagedInstallTest/Android.bp +++ b/tests/StagedInstallTest/Android.bp @@ -50,7 +50,7 @@ java_test_host { "cts-install-lib-host", ], data: [ - ":com.android.apex.cts.shim.v2_prebuilt", + ":StagedInstallTestApexV2", ":TestAppAv1", ], test_suites: ["general-tests"], |