make CtsShim*Prebuilt available to platform

CtsShim*Prebuilt are listed in PRODUCT_PACKAGES.
They should be available to "//apex_available:platform".

Bug: 158169437
Bug: 159392784
Test: presubmit
Change-Id: I5eec7a62e07f9d5138f7fd71268d5dd2ca2e77d4
This commit is contained in:
Jooyung Han
2020-06-22 17:27:53 +09:00
parent 336061bf53
commit ab9f225662

View File

@@ -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",