From 35020fa9426faedf6b51f29e60962c598e600d31 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Fri, 8 Feb 2019 17:56:34 +0000 Subject: [PATCH] sdm710-common: Use generic arch variant Follow blueline which has not demonstrated any regressions after switching to a generic arch variant. Bug: 120773446 Test: make Change-Id: I9e23963fcfa5ccaa912f2930a632458c4d2a692d Signed-off-by: SamarV-121 --- BoardConfigCommon.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a2aa238..4edb0ed 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -4,16 +4,16 @@ COMMON_PATH := device/realme/sdm710-common # Architecture TARGET_ARCH := arm64 -TARGET_ARCH_VARIANT := armv8-a +TARGET_ARCH_VARIANT := armv8-2a TARGET_CPU_ABI := arm64-v8a TARGET_CPU_ABI2 := -TARGET_CPU_VARIANT := kryo300 +TARGET_CPU_VARIANT := generic 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-a75 +TARGET_2ND_CPU_VARIANT := generic # Bootloader TARGET_BOOTLOADER_BOARD_NAME := sdm710