Home | History | Annotate | Download | only in core

Lines Matching refs:strip

135 ifeq (,$(strip $(BUILD_FINGERPRINT)))
154 ifeq (,$(strip $(BUILD_THUMBPRINT)))
189 $(strip $(subst _,-, $(firstword $(1))))
322 $(hide) grep -v "$(subst $(space),\|,$(strip \
451 ifneq ($(strip $(TARGET_NO_BOOTLOADER)),true)
453 ifeq ($(strip $(TARGET_BOOTLOADER_IS_2ND)),true)
462 ifneq ($(strip $(TARGET_NO_KERNEL)),true)
488 ifneq ($(strip $(TARGET_NO_KERNEL)),true)
502 BOARD_KERNEL_CMDLINE := $(strip $(BOARD_KERNEL_CMDLINE))
507 BOARD_KERNEL_BASE := $(strip $(BOARD_KERNEL_BASE))
512 BOARD_KERNEL_PAGESIZE := $(strip $(BOARD_KERNEL_PAGESIZE))
877 recovery_fstab := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery.fstab))
919 BOARD_KERNEL_PAGESIZE := $(strip $(BOARD_KERNEL_PAGESIZE))
1204 pdk_odex_javalibs := $(strip $(foreach m,$(DEXPREOPT.MODULES.JAVA_LIBRARIES),\
1206 pdk_odex_apps := $(strip $(foreach m,$(DEXPREOPT.MODULES.APPS),\
1208 pdk_classes_dex := $(strip \
1459 ifneq ($(strip $(SANITIZE_TARGET)),)
1582 if [ -d "$(strip $(1))" -a "$$(ls -A $(1))" ]; then \
1584 $(ACP) -rd $(strip $(1))/* $(2); \
1591 ifeq ($(strip $(SANITIZE_TARGET)),)
1768 ifneq ($(strip $(SANITIZE_TARGET)),)
2020 ifeq ($(strip $(ATREE_FILES)),)
2040 ifneq (,$(strip $(wildcard $(atree_dir)/sdk-android-$(TARGET_CPU_ABI).atree)))
2091 ATREE_STRIP="strip -x" \