summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-05-15 21:40:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-05-15 21:40:25 +0000
commitafa241667c9f4f9b42684f04c2a3098643b5f77e (patch)
tree1f5eeae57d5898e91ee4ccf0616ec416abadf4c2
parent20f2bc1762d70ceb4ae9265b5f0573894151a903 (diff)
parente30fde6ab625ff00a35a74ab929588cf61248ca9 (diff)
downloadhikey-n-iot-preview-4.tar.gz
Merge "hikey: Optimize for cortex-a53"android-n-iot-preview-4n-iot-preview-4
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index a14e2336..c0b14c55 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