]> granicus.if.org Git - libvpx/commitdiff
build/make/Android.mk: fix cpufeatures import
authorJames Zern <jzern@google.com>
Mon, 14 Nov 2016 21:21:27 +0000 (13:21 -0800)
committerJames Zern <jzern@google.com>
Mon, 14 Nov 2016 21:25:51 +0000 (13:25 -0800)
use 'android/cpufeatures' rather than 'cpufeatures'; this matches the
documentation, fixes compilation with r12b/r13 and still works with
older ndks.

Change-Id: I2f34233c164e6d4d46428f8905d5502cea4288a2

build/make/Android.mk

index 09bdc5d2f704803a3e5eb40bb50f8c6ad2155a19..4507783d0f8baa58055f6d6e3494fe77fd03d666 100644 (file)
@@ -208,5 +208,5 @@ else
 endif
 
 ifeq ($(CONFIG_RUNTIME_CPU_DETECT),yes)
-$(call import-module,cpufeatures)
+$(call import-module,android/cpufeatures)
 endif