summaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-10-24 15:09:36 +0800
committerIsaac Chen <tingyi364@gmail.com>2019-08-02 14:51:25 +0200
commite10ccb451ef8629a3c6a909d96a8c6aed3ba59fb (patch)
tree8f9914c34643848f339524722168a18de462490c /BoardConfigCommon.mk
parent4b45aa96925bdff189153c8a0419656ffb0ad7e3 (diff)
wayne-common: Set TARGET_2ND_ARCH_VARIANT to armv8-a
Wayne targets are armv8 devices. Setting TARGET_2ND_ARCH_VARIANT to armv8-a, instead of armv7-a-neon, can silence the related warning during build. Bug: 68012286 Change-Id: I18ae3aa985fd6bff11f043a155f3685d9f6644b8
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 7c3ec92..4c5f9ef 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -45,7 +45,7 @@ TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := kryo
TARGET_2ND_ARCH := arm
-TARGET_2ND_ARCH_VARIANT := armv7-a-neon
+TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := kryo