msm8974-common: Set cpu "runtime variant" to krait
This makes bionic and various art tools that compile/runs cpu-specific code choose the kryo variant at runtime. It does not affect build-time compilation. Bug: 120773446 Test: bionic benchmarks with and without this change Change-Id: I670c8acd094090135515688c5f057c2cc08a083f
This commit is contained in:
parent
c2f41080cf
commit
60bc3d4193
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno330
|
|||
|
||||
# Architecture
|
||||
TARGET_CPU_VARIANT := generic
|
||||
TARGET_CPU_VARIANT_RUNTIME := krait
|
||||
|
||||
# Audio
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true
|
||||
|
|
Loading…
Add table
Reference in a new issue