diff --git a/device.mk b/device.mk index 495ab9b..5c9c7ff 100644 --- a/device.mk +++ b/device.mk @@ -82,5 +82,8 @@ PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) \ hardware/mediatek +# Updatable APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Inherit the proprietary files $(call inherit-product, vendor/infinix/X6833B/X6833B-vendor.mk)