mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
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:
parent
63a7d4fc15
commit
2646b604f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue