diff options
| author | 2022-08-30 03:22:53 +0000 | |
|---|---|---|
| committer | 2022-08-30 03:22:53 +0000 | |
| commit | 5d28d41e443aaa4a4e5f00e2b98f02d0356482ab (patch) | |
| tree | c6ccbcc6c28cf8e9c91dd5bdd447a55398544436 | |
| parent | a2255a1f86610aa4dd95f17914c736502bcdf5b7 (diff) | |
| parent | db0cf574d0932a0159ce3af5733cf65ca55ba677 (diff) | |
Merge "Add a missing test dependency for StagedInstallInternalTest"
| -rw-r--r-- | tests/StagedInstallTest/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/StagedInstallTest/Android.bp b/tests/StagedInstallTest/Android.bp index 1709e1501537..ffde8c7d342c 100644 --- a/tests/StagedInstallTest/Android.bp +++ b/tests/StagedInstallTest/Android.bp @@ -58,6 +58,7 @@ java_test_host { ":apex.apexd_test", ":com.android.apex.apkrollback.test_v1", ":com.android.apex.apkrollback.test_v2", + ":StagedInstallInternalTestApp", ":StagedInstallTestApexV2", ":StagedInstallTestApexV2_WrongSha", ":TestAppAv1", |