From 597303833b50f12556c2cfa1c95a37adfb9dff07 Mon Sep 17 00:00:00 2001 From: Alexander Winkowski Date: Sun, 5 Jul 2020 15:37:56 +0300 Subject: [PATCH] sm6250-common: Define architecture rules Taken from https://android.googlesource.com/device/google/redbull/+/ad8e3a17f6169bc959b7cbdaa85a8afa5b9290c2/BoardConfig-common.mk Change-Id: I5d53c033449a86e0ec354ba38214a11e8b7d7c6c --- BoardConfigCommon.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 060ea6f..1fdd0a6 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -7,3 +7,16 @@ COMMON_PATH := device/xiaomi/sm6250-common BUILD_BROKEN_DUP_RULES := true + +# Architecture +TARGET_ARCH := arm64 +TARGET_ARCH_VARIANT := armv8-2a +TARGET_CPU_ABI := arm64-v8a +TARGET_CPU_ABI2 := +TARGET_CPU_VARIANT := cortex-a76 + +TARGET_2ND_ARCH := arm +TARGET_2ND_ARCH_VARIANT := armv8-a +TARGET_2ND_CPU_ABI := armeabi-v7a +TARGET_2ND_CPU_ABI2 := armeabi +TARGET_2ND_CPU_VARIANT := cortex-a76