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:
Anton Hansson 2019-11-03 11:55:13 +02:00 committed by RomanDesigner
parent 064b0225ea
commit 4412a3b04d
No known key found for this signature in database
GPG key ID: 6757965E5D54CB61

View file

@ -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