diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 62b4ece..7285a89 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -5,6 +5,9 @@ else ifneq ($(findstring a40, $(TARGET_PRODUCT)),) $(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk) endif +# .apex packages +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Build Fingerprints $(call inherit-product, $(LOCAL_PATH)/fingerprint.mk) @@ -15,6 +18,10 @@ PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true PRODUCT_ENFORCE_RRO_TARGETS := framework-res PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := # leave it empty +# Disable APEX compression +# Keep this after including updatable_apex.mk +PRODUCT_COMPRESSED_APEX := false + # Audio TARGET_EXCLUDES_AUDIOFX := true