sdm710-common: Define bootloader and platform flags

Change-Id: Icc6cac4c4e20e07288ea47a9c882f32a4f83e4eb
This commit is contained in:
Sebastiano Barezzi
2022-02-09 11:23:15 +01:00
parent 0fdfd92f23
commit 678dc0a9d6

View File

@@ -21,5 +21,13 @@ TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := generic
TARGET_2ND_CPU_VARIANT_RUNTIME := kryo385
# Bootloader
TARGET_BOOTLOADER_BOARD_NAME := sdm710
TARGET_NO_BOOTLOADER := true
# Platform
BOARD_USES_QCOM_HARDWARE := true
TARGET_BOARD_PLATFORM := sdm710
# Inherit the proprietary files
include vendor/xiaomi/sdm710-common/BoardConfigVendor.mk