From 4b52b64823baa83b78812452d75bb126e2780a04 Mon Sep 17 00:00:00 2001 From: Artem Serov Date: Thu, 15 Nov 2018 16:46:45 +0000 Subject: [PATCH] sdm845-common: Switch cpu variant to kryo 385. Also switch to using armv8-2a for 32-bit build. Related change: https://android-review.googlesource.com/c/platform/build/soong/+/831260 Test: Pixel 3 builds. Bug: 119564566 Change-Id: Iede5830093497abe753a34df3bc4913468be39d0 Merged-In: Iede5830093497abe753a34df3bc4913468be39d0 --- BoardConfigCommon.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 42f18d2..dd422f2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -25,13 +25,13 @@ TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_ABI := arm64-v8a TARGET_CPU_ABI2 := -TARGET_CPU_VARIANT := cortex-a75 +TARGET_CPU_VARIANT := kryo385 TARGET_2ND_ARCH := arm -TARGET_2ND_ARCH_VARIANT := armv8-a +TARGET_2ND_ARCH_VARIANT := armv8-2a TARGET_2ND_CPU_ABI := armeabi-v7a TARGET_2ND_CPU_ABI2 := armeabi -TARGET_2ND_CPU_VARIANT := cortex-a75 +TARGET_2ND_CPU_VARIANT := kryo385 TARGET_USES_64_BIT_BINDER := true