Lines Matching refs:strip
41 $(if $(strip $($(_notvar))),\
86 ifneq (,$(strip $(libs_in_ldflags)))
97 thin_archive := $(strip $(LOCAL_THIN_ARCHIVE))
105 thin_archive := $(strip $(NDK_APP_THIN_ARCHIVE))
161 bad_cpp_extensions := $(strip $(filter-out .%,$(LOCAL_CPP_EXTENSION)))
166 LOCAL_CPP_EXTENSION := $(strip $(LOCAL_CPP_EXTENSION))
227 LOCAL_ARM_MODE := $(strip $(LOCAL_ARM_MODE))
263 LOCAL_ARM_NEON := $(strip $(LOCAL_ARM_NEON))
278 neon_sources := $(strip $(neon_sources))
359 unknown_sources := $(strip $(filter-out $(all_source_patterns),$(LOCAL_SRC_FILES)))
424 get-pch-name = $(strip \
497 LOCAL_SHORT_COMMANDS := $(strip $(LOCAL_SHORT_COMMANDS))
499 LOCAL_SHORT_COMMANDS := $(strip $(NDK_APP_SHORT_COMMANDS))
625 linker_objects_and_libraries = $(strip $(call TARGET-get-linker-objects-and-libraries,\
693 $(LOCAL_INSTALLED): PRIVATE_STRIP_CMD := $(call cmd-strip, $(PRIVATE_DST))