mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: Switch to AOSP Boot implementation
* We can no longer use the MediaTek boot control implementation due to legal issues. Switch to the AOSP one. Change-Id: I1d983fd7148ca40a00c3cf21b6773d2c5ecb78f4 Signed-off-by: bengris32 <bengris32@protonmail.ch> Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
163424c5da
commit
4c74de02a9
|
@ -41,8 +41,8 @@ PRODUCT_PACKAGES += \
|
||||||
# Boot control HAL
|
# Boot control HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.boot@1.2-service \
|
android.hardware.boot@1.2-service \
|
||||||
android.hardware.boot@1.2-mtkimpl \
|
android.hardware.boot@1.2-impl:64 \
|
||||||
android.hardware.boot@1.2-mtkimpl.recovery
|
android.hardware.boot@1.2-impl.recovery
|
||||||
|
|
||||||
# Dynamic partitions
|
# Dynamic partitions
|
||||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||||
|
|
Loading…
Reference in a new issue