summaryrefslogtreecommitdiff
path: root/packages/CtsShim
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-06-22 17:27:53 +0900
committerJooyung Han <jooyung@google.com>2020-06-22 22:57:32 +0000
commit3d3f5a1c26f3fa33825cb9d00923dc3a0ba7d6e5 (patch)
tree64bc723392fbdc9ba3880f761760ea556e3560a6 /packages/CtsShim
parent336eafa59ebeef2e50254433043d1e2119fe37cf (diff)
make CtsShim*Prebuilt available to platform
CtsShim*Prebuilt are listed in PRODUCT_PACKAGES. They should be available to "//apex_available:platform". Bug: 159639183 Bug: 158169437 Bug: 159392784 Test: presubmit Merged-In: I5eec7a62e07f9d5138f7fd71268d5dd2ca2e77d4 Change-Id: I5eec7a62e07f9d5138f7fd71268d5dd2ca2e77d4 (cherry picked from commit ab9f225662f5f94171a11b5f830da223faadc6ca)
Diffstat (limited to 'packages/CtsShim')
-rw-r--r--packages/CtsShim/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/CtsShim/Android.bp b/packages/CtsShim/Android.bp
index 34878035051d..49608b3856e0 100644
--- a/packages/CtsShim/Android.bp
+++ b/packages/CtsShim/Android.bp
@@ -45,6 +45,7 @@ android_app_import {
presigned: true,
apex_available: [
+ "//apex_available:platform",
"com.android.apex.cts.shim.v1",
"com.android.apex.cts.shim.v2",
"com.android.apex.cts.shim.v2_legacy",
@@ -82,6 +83,7 @@ android_app_import {
presigned: true,
apex_available: [
+ "//apex_available:platform",
"com.android.apex.cts.shim.v1",
"com.android.apex.cts.shim.v2",
"com.android.apex.cts.shim.v2_legacy",