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:
parent
eff68a3a4d
commit
f938ab5e6a
@ -208,5 +208,5 @@ else
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_RUNTIME_CPU_DETECT),yes)
|
||||
$(call import-module,cpufeatures)
|
||||
$(call import-module,android/cpufeatures)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user