From d985b20ab1a6f52a1576b8e12589a6907e832955 Mon Sep 17 00:00:00 2001 From: Tobias Thierer Date: Tue, 22 Aug 2017 12:07:51 +0000 Subject: Revert "hikey: Switch second ARCH variant from deprecated armv7-a-neon to armv8-a" This reverts commit c098a4323af8e5b248412f616495bbc0098b44d8. Reason for revert: The original change depends on http://r.android.com/q/topic:armv8_32bit which was reverted. Bug: 64900226 Bug: 64895079 Change-Id: I3eafbf8902d886c6891b0faa5c4e5805208c2ef5 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 89aeeb24..aad22bbd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -5,7 +5,7 @@ TARGET_CPU_ABI := arm64-v8a # Secondary Arch TARGET_2ND_ARCH := arm -TARGET_2ND_ARCH_VARIANT := armv8-a +TARGET_2ND_ARCH_VARIANT := armv7-a-neon TARGET_2ND_CPU_ABI := armeabi-v7a TARGET_2ND_CPU_ABI2 := armeabi -- cgit v1.2.3