forked from openkylin/platform_build
Merge "Use APK CtsShim prebuilts for flattened apex." into rvc-dev
This commit is contained in:
commit
7a726856a9
|
@ -51,7 +51,6 @@ PRODUCT_PACKAGES += \
|
|||
charger \
|
||||
cmd \
|
||||
com.android.adbd \
|
||||
com.android.apex.cts.shim.v1 \
|
||||
com.android.conscrypt \
|
||||
com.android.extservices \
|
||||
com.android.i18n \
|
||||
|
@ -71,6 +70,8 @@ PRODUCT_PACKAGES += \
|
|||
ContactsProvider \
|
||||
content \
|
||||
crash_dump \
|
||||
CtsShimPrebuilt \
|
||||
CtsShimPrivPrebuilt \
|
||||
debuggerd\
|
||||
device_config \
|
||||
dmctl \
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
# Inherit this when the target needs to support updating APEXes
|
||||
|
||||
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_PROPERTY_OVERRIDES := ro.apex.updatable=true
|
||||
TARGET_FLATTEN_APEX := false
|
||||
|
|
Loading…
Reference in New Issue