From 63c102bfb1e9d186a2136e4c0ed7fe4eeefc08a3 Mon Sep 17 00:00:00 2001 From: Woomymy Date: Tue, 28 Feb 2023 13:58:05 +0100 Subject: [PATCH] X6833B: Build MTK boot control hal V1.2 in recovery Signed-off-by: Woomymy Change-Id: I0a8864bc326e83b63de346f685e1a651abb0a1e1 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com> --- device.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)