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_BASE := $(strip $(BOARD_KERNEL_BASE))
507 BOARD_KERNEL_PAGESIZE := $(strip $(BOARD_KERNEL_PAGESIZE))
519 BOARD_KERNEL_CMDLINE := $(strip $(BOARD_KERNEL_CMDLINE) buildvariant=$(TARGET_BUILD_VARIANT) $(VERITY_KEYID))
890 recovery_fstab := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery.fstab))
937 BOARD_KERNEL_PAGESIZE := $(strip $(BOARD_KERNEL_PAGESIZE))
982 $(if $(strip $(recovery_wipe)), \
1229 pdk_odex_javalibs := $(strip $(foreach m,$(DEXPREOPT.MODULES.JAVA_LIBRARIES),\
1231 pdk_odex_apps := $(strip $(foreach m,$(DEXPREOPT.MODULES.APPS),\
1233 pdk_classes_dex := $(strip \
1545 ifneq ($(strip $(SANITIZE_TARGET)),)
1668 if [ -d "$(strip $(1))" -a "$$(ls -A $(1))" ]; then \
1670 $(ACP) -rd $(strip $(1))/* $(2); \
1677 ifeq ($(strip $(SANITIZE_TARGET)),)
1860 ifneq ($(strip $(SANITIZE_TARGET)),)
2119 ifeq ($(strip $(ATREE_FILES)),)
2139 ifneq (,$(strip $(wildcard $(atree_dir)/sdk-android-$(TARGET_CPU_ABI).atree)))
2190 ATREE_STRIP="strip -x" \