shithub: libvpx

Download patch

ref: f938ab5e6afc707c2542eb0acc861ae0d3c37816
parent: eff68a3a4df99b8f475a1e3e5eb842bcb928fe00
author: James Zern <jzern@google.com>
date: Mon Nov 14 08:21:27 EST 2016

build/make/Android.mk: fix cpufeatures import

use 'android/cpufeatures' rather than 'cpufeatures'; this matches the
documentation, fixes compilation with r12b/r13 and still works with
older ndks.

Change-Id: I2f34233c164e6d4d46428f8905d5502cea4288a2

--- a/build/make/Android.mk
+++ b/build/make/Android.mk
@@ -208,5 +208,5 @@
 endif
 
 ifeq ($(CONFIG_RUNTIME_CPU_DETECT),yes)
-$(call import-module,cpufeatures)
+$(call import-module,android/cpufeatures)
 endif