shithub: libvpx

Download patch

ref: 12fe34516e71c6ebca07239a60a99a28076b4088
parent: f09c687ea913ba246fc98752d0415026a11f5f9c
parent: f938ab5e6afc707c2542eb0acc861ae0d3c37816
author: James Zern <[email protected]>
date: Tue Nov 15 18:41:48 EST 2016

Merge "build/make/Android.mk: fix cpufeatures import"

--- 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