Lines Matching refs:strip
41 $(if $(strip $($(_notvar))),\
85 ifneq (,$(strip $(libs_in_ldflags)))
96 thin_archive := $(strip $(LOCAL_THIN_ARCHIVE))
104 thin_archive := $(strip $(NDK_APP_THIN_ARCHIVE))
160 bad_cpp_extensions := $(strip $(filter-out .%,$(LOCAL_CPP_EXTENSION)))
165 LOCAL_CPP_EXTENSION := $(strip $(LOCAL_CPP_EXTENSION))
226 LOCAL_ARM_MODE := $(strip $(LOCAL_ARM_MODE))
262 LOCAL_ARM_NEON := $(strip $(LOCAL_ARM_NEON))
277 neon_sources := $(strip $(neon_sources))
350 unknown_sources := $(strip $(filter-out $(all_source_patterns),$(LOCAL_SRC_FILES)))
415 get-pch-name = $(strip \
488 LOCAL_SHORT_COMMANDS := $(strip $(LOCAL_SHORT_COMMANDS))
490 LOCAL_SHORT_COMMANDS := $(strip $(NDK_APP_SHORT_COMMANDS))
616 linker_objects_and_libraries = $(strip $(call TARGET-get-linker-objects-and-libraries,\
684 $(LOCAL_INSTALLED): PRIVATE_STRIP_CMD := $(call cmd-strip, $(PRIVATE_DST))