Lines Matching refs:strip
38 LOCAL_NDK_STL_VARIANT := $(strip $(LOCAL_NDK_STL_VARIANT))
119 ifeq ($(strip $(USE_MINGW)),)
166 ifeq ($(strip $(LOCAL_ADDRESS_SANITIZER)),true)
176 ifeq ($(strip $($(LOCAL_2ND_ARCH_VAR_PREFIX)WITHOUT_$(my_prefix)CLANG)),true)
192 ifeq ($(strip $(LOCAL_FDO_SUPPORT)), true)
193 ifeq ($(strip $(LOCAL_IS_HOST_MODULE)),)
285 $(strip $(LOCAL_NO_DEFAULT_COMPILER_FLAGS))
287 ifeq ($(strip $(WITH_SYNTAX_CHECK)),)
291 ifeq ($(strip $(WITH_STATIC_ANALYZER)),)
295 ifneq ($(strip $(LOCAL_IS_HOST_MODULE)),)
301 ifeq ($(strip $(my_cc)),)
302 ifeq ($(strip $(my_clang)),true)
317 ifeq ($(strip $(my_cxx)),)
318 ifeq ($(strip $(my_clang)),true)
335 LOCAL_CPP_EXTENSION := $(strip $(LOCAL_CPP_EXTENSION))
343 ifeq ($(strip $(LOCAL_NO_DEFAULT_COMPILER_FLAGS)),)
344 ifeq ($(strip $(LOCAL_ALLOW_UNDEFINED_SYMBOLS)),)
358 LOCAL_ARM_MODE := $(strip $(LOCAL_ARM_MODE))
368 ifeq ($(strip $(my_clang)),true)
387 ifdef DEBUG_MODULE_$(strip $(LOCAL_MODULE))
535 ifneq ($(strip $(y_yacc_cpps)),)
543 ifneq ($(strip $(yy_yacc_cpps)),)
551 ifneq ($(strip $(yacc_cpps)),)
573 ifneq ($(strip $(l_lex_cpps)),)
579 ifneq ($(strip $(ll_lex_cpps)),)
585 ifneq ($(strip $(lex_cpps)),)
614 ifneq ($(strip $(cpp_objects)),)
631 ifneq ($(strip $(gen_cpp_objects)),)
652 ifneq ($(strip $(gen_S_sources)),)
663 ifneq ($(strip $(gen_s_objects)),)
696 ifneq ($(strip $(c_objects)),)
711 ifneq ($(strip $(gen_c_objects)),)
730 ifneq ($(strip $(objc_objects)),)
745 ifneq ($(strip $(asm_objects_S)),)
756 ifneq ($(strip $(asm_objects_s)),)
770 ifneq ($(strip $(asm_sources_asm)),)
784 import_includes_deps := $(strip \
913 ifeq ($(strip $(LOCAL_RTTI_FLAG)),)
954 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_NO_CRT := $(strip $(LOCAL_NO_CRT) $(LOCAL_NO_CRT_$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)))