From: James Zern Date: Mon, 14 Nov 2016 21:21:27 +0000 (-0800) Subject: build/make/Android.mk: fix cpufeatures import X-Git-Tag: v1.6.1~91^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f938ab5e6afc707c2542eb0acc861ae0d3c37816;p=libvpx 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 --- 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