diff options
| author | 2020-04-21 21:26:25 +0000 | |
|---|---|---|
| committer | 2020-04-21 21:26:25 +0000 | |
| commit | 33b703b24c0bc01f083fcd1a2d37c954a456887c (patch) | |
| tree | 361cda0d1513888eb9cd4ffb614471c9a1526070 | |
| parent | 8c63eb270583bf376f2d11108b4ba8a092d5dcba (diff) | |
| parent | 27fff59437ce617f5f1877622d9a55fc2c60f577 (diff) | |
Merge "Make CtsPriv and CtsPrivShim build standalone." into rvc-dev
| -rw-r--r-- | packages/CtsShim/build/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/CtsShim/build/Android.bp b/packages/CtsShim/build/Android.bp index 8aac1c9376d2..be790106f42d 100644 --- a/packages/CtsShim/build/Android.bp +++ b/packages/CtsShim/build/Android.bp @@ -70,6 +70,7 @@ android_app { // v2/v3 signature. use_embedded_native_libs: true, apex_available: [ + "//apex_available:platform", "com.android.apex.cts.shim.v1", "com.android.apex.cts.shim.v2", "com.android.apex.cts.shim.v2_no_hashtree", @@ -141,6 +142,7 @@ android_app { manifest: "shim/AndroidManifest.xml", apex_available: [ + "//apex_available:platform", "com.android.apex.cts.shim.v1", "com.android.apex.cts.shim.v2", "com.android.apex.cts.shim.v2_no_hashtree", |