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:
Anton Hansson 2019-02-21 15:04:20 +00:00 committed by Kevin F. Haggerty
parent c2f41080cf
commit 60bc3d4193
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

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