Lines Matching refs:strip
41 $(if $(strip $($(_notvar))),\
77 ifneq (,$(strip $(libs_in_ldflags)))
88 thin_archive := $(strip $(LOCAL_THIN_ARCHIVE))
96 thin_archive := $(strip $(NDK_APP_THIN_ARCHIVE))
152 bad_cpp_extensions := $(strip $(filter-out .%,$(LOCAL_CPP_EXTENSION)))
157 LOCAL_CPP_EXTENSION := $(strip $(LOCAL_CPP_EXTENSION))
229 LOCAL_ARM_MODE := $(strip $(LOCAL_ARM_MODE))
268 LOCAL_ARM_NEON := $(strip $(LOCAL_ARM_NEON))
283 neon_sources := $(strip $(neon_sources))
295 # strip the .arm suffix from LOCAL_SRC_FILES
364 unknown_sources := $(strip $(filter-out $(all_source_patterns),$(LOCAL_SRC_FILES)))
428 get-pch-name = $(strip \
506 LOCAL_SHORT_COMMANDS := $(strip $(LOCAL_SHORT_COMMANDS))
508 LOCAL_SHORT_COMMANDS := $(strip $(NDK_APP_SHORT_COMMANDS))
634 linker_objects_and_libraries = $(strip $(call TARGET-get-linker-objects-and-libraries,\
702 $(LOCAL_INSTALLED): PRIVATE_STRIP_CMD := $(call cmd-strip, $(PRIVATE_DST))