davinci: Configure architecture and platform

Change-Id: I44382e290d6997fcc97f2b879c2b1c299703a572
This commit is contained in:
Arian 2020-03-23 21:42:04 +01:00
parent 858abbcd7d
commit 97d0194b9e
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -22,3 +22,26 @@ BUILD_BROKEN_DUP_RULES := true
# Inherit from proprietary files
include vendor/xiaomi/davinci/BoardConfigVendor.mk
# Architecture
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := generic
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a9
# Bootloader
TARGET_BOOTLOADER_BOARD_NAME := sm6150
TARGET_NO_BOOTLOADER := true
# Platform
TARGET_BOARD_PLATFORM := sm6150
# QCOM
BOARD_USES_QCOM_HARDWARE := true