diff options
| -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"], |