diff --git a/packages/CtsShim/build/Android.bp b/packages/CtsShim/build/Android.bp index 8aac1c9376d21..be790106f42da 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",