From f8f24c5d4e5a9ce23f0531e788fc294b2b346715 Mon Sep 17 00:00:00 2001 From: Pranav Vashi Date: Tue, 15 Aug 2023 19:32:59 +0530 Subject: [PATCH] sm8550-common: Use cortex-a510 as runtime variant cortex-a510 is newer compared to kryo300 Ref: https://www.androidauthority.com/qualcomm-snapdragon-kryo-cpu-numbers-1080105/ Signed-off-by: Pranav Vashi Signed-off-by: DarkAngelGR --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fbc4937..5352293 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -34,7 +34,7 @@ TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv9-a TARGET_CPU_ABI := arm64-v8a TARGET_CPU_VARIANT := generic -TARGET_CPU_VARIANT_RUNTIME := kryo300 +TARGET_CPU_VARIANT_RUNTIME := cortex-a510 # Audio AUDIO_FEATURE_ENABLED_DLKM := true