From: Nolen Johnson Date: Mon, 10 Jan 2022 01:10:24 +0000 (-0500) Subject: g12: Move architecture flags to generic variant X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e516a48a444c78e9098720f459d8efc2bcfe63e8;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_amlogic_g12-common.git g12: Move architecture flags to generic variant * Some recent native crashes on b4s4 have led me to believe that we're all better off doing generic archs, as silent crashing code sucks... * Additionally, we are `cortex-a53` and not `cortex-a53.a57` so, remedy that as well. Change-Id: I5f4b0c3c68baf9f311cb37a6c163b9e7d5a0b57d --- diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b8a12d0..1248169 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -23,7 +23,8 @@ TARGET_ARCH := arm TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi -TARGET_CPU_VARIANT := cortex-a53.a57 +TARGET_CPU_VARIANT := generic +TARGET_CPU_VARIANT_RUNTIME := cortex-a53 TARGET_KERNEL_ARCH := arm64 ## Audio