Set TARGET_2ND_ARCH_VARIANT to armv8-a

Taimen and Walleye 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
Test: lunch aosp_taimen; make -j
      lunch aosp_walleye; make -j

Change-Id: I9c81e614a7f103cd93c9c2d915d53577e8d19d2d
This commit is contained in:
Isaac Chen
2017-10-24 15:23:13 +08:00
parent 8de774231f
commit 2195c105e5

View File

@@ -23,7 +23,7 @@ TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := cortex-a73
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 := cortex-a73