Skip to content
Snippets Groups Projects
Commit 79395481 authored by Isaac Chen's avatar Isaac Chen Committed by Artem Borisov
Browse files

msm8953-common: Set TARGET_2ND_ARCH_VARIANT to armv8-a

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
parent 66fd82b5
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment