shithub: libvpx

Download patch

ref: 2e076ffe507e232cb1923213b8754c202ae2ea1c
parent: ae32318170e09b918269091b95ed82f20130c8e6
author: James Zern <jzern@google.com>
date: Mon Oct 31 14:35:23 EDT 2016

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

--- a/build/make/Android.mk
+++ b/build/make/Android.mk
@@ -71,7 +71,7 @@
   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