mirror of
https://github.com/Evolution-X-Devices/device_oneplus_sm8550-common
synced 2026-02-01 09:06:12 +00:00
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 <neobuddy89@gmail.com> Signed-off-by: DarkAngelGR <asavvo01@gmail.com>
This commit is contained in:
committed by
DarkAngelGR
parent
206e57d462
commit
f8f24c5d4e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user