mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-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: I766f7bbd9f1fab35991c313da7bfad8563108ef8
This commit is contained in:
parent
064b0225ea
commit
4412a3b04d
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno305
|
|||
|
||||
# Architecture
|
||||
TARGET_CPU_VARIANT := generic
|
||||
TARGET_CPU_VARIANT_RUNTIME := krait
|
||||
|
||||
# Audio
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true
|
||||
|
|
Loading…
Reference in a new issue