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
This commit is contained in:
James Zern 2016-11-14 13:21:27 -08:00
parent eff68a3a4d
commit f938ab5e6a

View File

@ -208,5 +208,5 @@ else
endif
ifeq ($(CONFIG_RUNTIME_CPU_DETECT),yes)
$(call import-module,cpufeatures)
$(call import-module,android/cpufeatures)
endif