Cannot find module with tag 'cpufeatures' in import path
解决:
改之前:
include $(call all-makefiles-under,$(LOCAL_PATH))
$(call import-module,cpufeatures)
改之后:
include $(call all-makefiles-under,$(LOCAL_PATH))
$(call import-module,android/cpufeatures)