diff --git a/common.mk b/common.mk index 8ba5901..8d0785c 100644 --- a/common.mk +++ b/common.mk @@ -20,9 +20,6 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) -# Enable updating of APEXes -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - # Installs gsi keys into ramdisk, to boot a GSI with verified boot. $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)