mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: Define Bootloader and Platform flags
Change-Id: I8a4aad74ec90124cc35847c64d4db23f97af7ad7 Signed-off-by: bengris32 <bengris32@protonmail.ch> Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
949b047edd
commit
61dec5aeda
|
@ -21,5 +21,13 @@ TARGET_2ND_CPU_ABI2 := armeabi
|
||||||
TARGET_2ND_CPU_VARIANT := generic
|
TARGET_2ND_CPU_VARIANT := generic
|
||||||
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a55
|
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a55
|
||||||
|
|
||||||
|
# Bootloader
|
||||||
|
TARGET_BOOTLOADER_BOARD_NAME := x6833b
|
||||||
|
TARGET_NO_BOOTLOADER := true
|
||||||
|
|
||||||
|
# Platform
|
||||||
|
TARGET_BOARD_PLATFORM := mt6789
|
||||||
|
BOARD_HAS_MTK_HARDWARE := true
|
||||||
|
|
||||||
# Inherit the proprietary files
|
# Inherit the proprietary files
|
||||||
include vendor/infinix/X6833B/BoardConfigVendor.mk
|
include vendor/infinix/X6833B/BoardConfigVendor.mk
|
||||||
|
|
Loading…
Reference in a new issue