Add apex_available platform to CtsShimPrivUpgrade
This fixes the CTS shim build. While it's not a perfect solution (CtsShimPrivUpgrade shouldn't be available to platform), it's easy and works and doens't introduce any risks - if a device product starts to include CtsShimPrivUpgrade in their system image, they will fail the CTS tests. We can look into a proper solution in U timeframe when we have more time. Bug: 230724040 Test: vendor/google/cts/shim/build_all_shim.sh Change-Id: Icf71e9d8a7b8c7983f19fbf8667ead669e662b5b
This commit is contained in:
@@ -47,6 +47,7 @@ android_app {
|
||||
uses_libs: ["android.test.runner"],
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.apex.cts.shim.v2_apk_in_apex_upgrades",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user