Home | History | Annotate | Download | only in core

Lines Matching refs:strip

62 my_allow_undefined_symbols := $(strip $(LOCAL_ALLOW_UNDEFINED_SYMBOLS))
118 LOCAL_NDK_STL_VARIANT := $(strip $(LOCAL_NDK_STL_VARIANT))
204 my_clang := $(strip $(LOCAL_CLANG))
206 my_clang := $(strip $(LOCAL_CLANG_$(my_32_64_bit_suffix)))
209 my_clang := $(strip $(LOCAL_CLANG_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)))
269 ifneq ($(strip $(CUSTOM_$(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)LINKER)),)
397 $(strip $(LOCAL_NO_DEFAULT_COMPILER_FLAGS))
399 ifeq ($(strip $(WITH_SYNTAX_CHECK)),)
403 ifeq ($(strip $(WITH_STATIC_ANALYZER)),)
413 ifneq ($(strip $(LOCAL_IS_HOST_MODULE)),)
419 ifeq ($(strip $(my_cc)),)
439 ifeq ($(strip $(my_cxx)),)
462 LOCAL_CPP_EXTENSION := $(strip $(LOCAL_CPP_EXTENSION))
469 ifeq ($(strip $(LOCAL_NO_DEFAULT_COMPILER_FLAGS)),)
484 LOCAL_ARM_MODE := $(strip $(LOCAL_ARM_MODE))
513 ifdef DEBUG_MODULE_$(strip $(LOCAL_MODULE))
765 aidl_src := $(strip $(filter %.aidl,$(my_src_files)))
797 vts_src := $(strip $(filter %.vts,$(my_src_files)))
923 ifneq ($(strip $(cpp_objects)),)
942 ifneq ($(strip $(gen_cpp_objects)),)
963 ifneq ($(strip $(gen_S_sources)),)
974 ifneq ($(strip $(gen_s_objects)),)
1027 ifneq ($(strip $(c_objects)),)
1044 ifneq ($(strip $(gen_c_objects)),)
1063 ifneq ($(strip $(objc_objects)),)
1078 ifneq ($(strip $(objcpp_objects)),)
1102 ifneq ($(strip $(asm_objects_S)),)
1122 ifneq ($(strip $(asm_objects_s)),)
1134 ifneq ($(strip $(asm_sources_asm)),)
1173 import_includes_deps := $(strip \
1340 ifeq ($(strip $(LOCAL_RTTI_FLAG)),)