diff --git a/common.mk b/common.mk index 0315f64..fb192e5 100644 --- a/common.mk +++ b/common.mk @@ -7,5 +7,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +# Inherit proprietary targets +$(call inherit-product-if-exists, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk) + +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # API PRODUCT_SHIPPING_API_LEVEL := 29