From 60bc3d41935fc93003b0d3ed41399670b31826a9 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 21 Feb 2019 15:04:20 +0000 Subject: [PATCH] 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 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 18164f1..7dc8eb2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -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