diff --git a/device.mk b/device.mk index 066a6ac..c4f62f7 100644 --- a/device.mk +++ b/device.mk @@ -36,6 +36,10 @@ PRODUCT_PACKAGES += \ otapreopt_script \ checkpoint_gc +# Boot control HAL +PRODUCT_PACKAGES += \ + android.hardware.boot@1.2-mtkimpl.recovery + # Dynamic partitions PRODUCT_USE_DYNAMIC_PARTITIONS := true @@ -48,7 +52,8 @@ PRODUCT_SHIPPING_API_LEVEL := 31 # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ - $(LOCAL_PATH) + $(LOCAL_PATH) \ + hardware/mediatek # Inherit the proprietary files $(call inherit-product, vendor/infinix/X6833B/X6833B-vendor.mk)