From 2e076ffe507e232cb1923213b8754c202ae2ea1c Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 31 Oct 2016 18:35:23 -0700 Subject: [PATCH] build/make/Android.mk: s/armv8/arm64/ the configure target is arm64-android-gcc which generates .mk files of the same form Change-Id: I08af3a54ef203b1496d185a0f8c8fe702881a173 --- build/make/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/Android.mk b/build/make/Android.mk index 2fe618bf4..09bdc5d2f 100644 --- a/build/make/Android.mk +++ b/build/make/Android.mk @@ -71,7 +71,7 @@ ifeq ($(TARGET_ARCH_ABI),armeabi-v7a) include $(CONFIG_DIR)libs-armv7-android-gcc.mk LOCAL_ARM_MODE := arm else ifeq ($(TARGET_ARCH_ABI),arm64-v8a) - include $(CONFIG_DIR)libs-armv8-android-gcc.mk + include $(CONFIG_DIR)libs-arm64-android-gcc.mk LOCAL_ARM_MODE := arm else ifeq ($(TARGET_ARCH_ABI),x86) include $(CONFIG_DIR)libs-x86-android-gcc.mk