mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
X6833B: Build MTK boot control hal V1.2 in recovery
Signed-off-by: Woomymy <woomy@woomy.be> Change-Id: I0a8864bc326e83b63de346f685e1a651abb0a1e1 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
5037cc244c
commit
63c102bfb1
|
@ -36,6 +36,10 @@ PRODUCT_PACKAGES += \
|
||||||
otapreopt_script \
|
otapreopt_script \
|
||||||
checkpoint_gc
|
checkpoint_gc
|
||||||
|
|
||||||
|
# Boot control HAL
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.boot@1.2-mtkimpl.recovery
|
||||||
|
|
||||||
# Dynamic partitions
|
# Dynamic partitions
|
||||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||||
|
|
||||||
|
@ -48,7 +52,8 @@ PRODUCT_SHIPPING_API_LEVEL := 31
|
||||||
|
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
$(LOCAL_PATH)
|
$(LOCAL_PATH) \
|
||||||
|
hardware/mediatek
|
||||||
|
|
||||||
# Inherit the proprietary files
|
# Inherit the proprietary files
|
||||||
$(call inherit-product, vendor/infinix/X6833B/X6833B-vendor.mk)
|
$(call inherit-product, vendor/infinix/X6833B/X6833B-vendor.mk)
|
||||||
|
|
Loading…
Reference in a new issue