Lines Matching refs:module
18 $(call module-restore-locals,$(LOCAL_MODULE))
217 …$(call __ndk_info,WARNING: Unsupported source file extensions in $(LOCAL_MAKEFILE) for module $(LO…
234 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti))
237 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),exceptions))
244 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti exceptions))
274 LOCAL_STATIC_LIBRARIES := $(call module-get-depends,$(LOCAL_STATIC_LIBRARIES),STATIC_LIBRARIE…
275 LOCAL_WHOLE_STATIC_LIBRARIES := $(call module-get-depends,$(LOCAL_WHOLE_STATIC_LIBRARIES),WHOLE_STA…
277 static_libraries := $(call map,module-get-built,$(LOCAL_STATIC_LIBRARIES))
278 whole_static_libraries := $(call map,module-get-built,$(LOCAL_WHOLE_STATIC_LIBRARIES))
280 shared_libraries := $(call map,module-get-built,$(LOCAL_SHARED_LIBRARIES))\
319 ifneq (,$(filter STATIC_LIBRARY WHOLE_STATIC_LIBRARY,$(call module-get-class,$(LOCAL_MODULE))))
320 $(call ndk_log,Building static library module '$(LOCAL_MODULE)' with linker list file)
330 ifneq (,$(filter SHARED_LIBRARY EXECUTABLE,$(call module-get-class,$(LOCAL_MODULE))))
331 $(call ndk_log,Building ELF binary module '$(LOCAL_MODULE)' with linker list file)
369 ifeq ($(call module-get-class,$(LOCAL_MODULE)),STATIC_LIBRARY)
381 ifeq ($(call module-get-class,$(LOCAL_MODULE)),SHARED_LIBRARY)
392 ifeq ($(call module-get-class,$(LOCAL_MODULE)),EXECUTABLE)
403 ifeq ($(call module-is-prebuilt,$(LOCAL_MODULE)),$(true))
412 ifeq ($(call module-is-installable,$(LOCAL_MODULE)),$(true))