summaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2017-05-15 21:55:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-15 21:55:15 +0000
commit50ace75dcc07487ba2116fcd9993bb78aea438d0 (patch)
tree2cad6e15999e2359dc586538caace95c9b403ea5 /BoardConfigCommon.mk
parentbd9b57764269f0ffd6ab4c01718103acdca4cb8e (diff)
parentd8c6cb0d8bf1373199ff6a8d9102dd5f3bba50f9 (diff)
downloadhikey-50ace75dcc07487ba2116fcd9993bb78aea438d0.tar.gz
Merge "hikey: Optimize for cortex-a53" am: afa241667c am: f225f6926f
am: d8c6cb0d8b Change-Id: I8d3efe28c98eba671d60ec115c000165bb547eb7
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 3b744b32..5f61d483 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -1,15 +1,15 @@
# Primary Arch
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
-TARGET_CPU_VARIANT := generic
TARGET_CPU_ABI := arm64-v8a
+TARGET_CPU_VARIANT := cortex-a53
# Secondary Arch
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
-TARGET_2ND_CPU_VARIANT := cortex-a15
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
+TARGET_2ND_CPU_VARIANT := cortex-a53
TARGET_USES_64_BIT_BINDER := true
TARGET_SUPPORTS_32_BIT_APPS := true