From fda5db44cc5d59ac66f243231c79073f1c59496e Mon Sep 17 00:00:00 2001 From: Gabriel2392 Date: Tue, 2 Nov 2021 06:47:04 +0000 Subject: [PATCH] universal7885: disable apex compressing Causes radnom bootloop --- universal7885-common/universal7885-common.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index e0e0910..ec9c43a 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -4,19 +4,12 @@ $(call inherit-product, vendor/samsung/universal7885-common/universal7885-common # Dalvik $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) -# .apex packages -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - # Build Fingerprints $(call inherit-product, $(LOCAL_PATH)/fingerprint.mk) # Allow Copying of apks. PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true -# Disable APEX compression -# Keep this after including updatable_apex.mk -PRODUCT_COMPRESSED_APEX := false - # Audio TARGET_EXCLUDES_AUDIOFX := true