msm8976-common: Set TARGET_2ND_ARCH_VARIANT to armv8-a

Samsung 8976 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
This commit is contained in:
Isaac Chen 2017-10-24 15:09:36 +08:00 committed by LuK1337
parent 63a7d4fc15
commit 2646b604f5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := generic
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-a53