Merge "Use APK CtsShim prebuilts for flattened apex." into rvc-dev-plus-aosp
This commit is contained in:
@@ -51,7 +51,6 @@ PRODUCT_PACKAGES += \
|
|||||||
charger \
|
charger \
|
||||||
cmd \
|
cmd \
|
||||||
com.android.adbd \
|
com.android.adbd \
|
||||||
com.android.apex.cts.shim.v1 \
|
|
||||||
com.android.conscrypt \
|
com.android.conscrypt \
|
||||||
com.android.cronet \
|
com.android.cronet \
|
||||||
com.android.extservices \
|
com.android.extservices \
|
||||||
@@ -71,6 +70,8 @@ PRODUCT_PACKAGES += \
|
|||||||
com.android.wifi \
|
com.android.wifi \
|
||||||
ContactsProvider \
|
ContactsProvider \
|
||||||
content \
|
content \
|
||||||
|
CtsShimPrebuilt \
|
||||||
|
CtsShimPrivPrebuilt \
|
||||||
debuggerd\
|
debuggerd\
|
||||||
device_config \
|
device_config \
|
||||||
dmctl \
|
dmctl \
|
||||||
|
@@ -17,6 +17,8 @@
|
|||||||
# Inherit this when the target needs to support updating APEXes
|
# Inherit this when the target needs to support updating APEXes
|
||||||
|
|
||||||
ifneq ($(OVERRIDE_TARGET_FLATTEN_APEX),true)
|
ifneq ($(OVERRIDE_TARGET_FLATTEN_APEX),true)
|
||||||
|
# com.android.apex.cts.shim.v1_prebuilt overrides CtsShimPrebuilt
|
||||||
|
# and CtsShimPrivPrebuilt since they are packaged inside the APEX.
|
||||||
PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt
|
PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt
|
||||||
PRODUCT_PROPERTY_OVERRIDES := ro.apex.updatable=true
|
PRODUCT_PROPERTY_OVERRIDES := ro.apex.updatable=true
|
||||||
TARGET_FLATTEN_APEX := false
|
TARGET_FLATTEN_APEX := false
|
||||||
|
Reference in New Issue
Block a user