summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-11-14 13:21:27 -0800
committerJames Zern <jzern@google.com>2016-11-14 13:25:51 -0800
commitf938ab5e6afc707c2542eb0acc861ae0d3c37816 (patch)
treecaae651b722b8d17ff5572797cffa4b2089c193d /build
parenteff68a3a4df99b8f475a1e3e5eb842bcb928fe00 (diff)
downloadlibvpx-f938ab5e6afc707c2542eb0acc861ae0d3c37816.tar
libvpx-f938ab5e6afc707c2542eb0acc861ae0d3c37816.tar.gz
libvpx-f938ab5e6afc707c2542eb0acc861ae0d3c37816.tar.bz2
libvpx-f938ab5e6afc707c2542eb0acc861ae0d3c37816.zip
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
Diffstat (limited to 'build')
-rw-r--r--build/make/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/Android.mk b/build/make/Android.mk
index 09bdc5d2f..4507783d0 100644
--- a/build/make/Android.mk
+++ b/build/make/Android.mk
@@ -208,5 +208,5 @@ else
endif
ifeq ($(CONFIG_RUNTIME_CPU_DETECT),yes)
-$(call import-module,cpufeatures)
+$(call import-module,android/cpufeatures)
endif