sdm710-common: Enable uncompressed apex

This commit is contained in:
giasen 2023-10-27 20:41:46 +02:00 committed by CakesTwix
parent 63c205630e
commit 945488d2a5
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -3,6 +3,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
OVERRIDE_PRODUCT_COMPRESSED_APEX := false
# Get non-open-source specific aspects # Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/lenovo/sdm710-common/sdm710-common-vendor.mk) $(call inherit-product-if-exists, vendor/lenovo/sdm710-common/sdm710-common-vendor.mk)