From 04056c37707fdf00450bbd4dc2bf0795e0084b84 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 21 Feb 2019 15:04:20 +0000 Subject: [PATCH] sdm845-common: Set cpu "runtime variant" to kryo385 This makes bionic and various art tools that compile/runs cpu-specific code choose the kryo385 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 09d56da..7715295 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -26,12 +26,14 @@ TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_ABI := arm64-v8a TARGET_CPU_ABI2 := TARGET_CPU_VARIANT := generic +TARGET_CPU_VARIANT_RUNTIME := kryo385 TARGET_2ND_ARCH := arm TARGET_2ND_ARCH_VARIANT := armv8-a TARGET_2ND_CPU_ABI := armeabi-v7a TARGET_2ND_CPU_ABI2 := armeabi TARGET_2ND_CPU_VARIANT := generic +TARGET_2ND_CPU_VARIANT_RUNTIME := kryo385 TARGET_USES_64_BIT_BINDER := true