summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-05-08 12:09:36 -0700
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 00:48:54 +0300
commita94a5bfbd266e64373825ffdb9ee51bbafce793b (patch)
tree65dfd056b6e4a3ecb6aea71879b371b504ec5eca
parentadf3beb26f4c6cb1aec827e8a3a9ae4937da3d44 (diff)
sdm660-common: Change to cortex-a73 for target arch.
Bug: 37647380 Test: Did a checkbuild for a walleye target. Test: Ran bionic unit tests, ran art target tests on walleye. Change-Id: I301b4995b232ab3a3521cc14dbcf803468197685
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 78128ad..1b9454f 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -42,13 +42,13 @@ TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_ABI2 :=
-TARGET_CPU_VARIANT := kryo
+TARGET_CPU_VARIANT := cortex-a73
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 := kryo
+TARGET_2ND_CPU_VARIANT := cortex-a73
TARGET_USES_64_BIT_BINDER := true