Home | History | Annotate | Download | only in core

Lines Matching refs:BUILD_FINGERPRINT

78 ifeq (,$(strip $(BUILD_FINGERPRINT)))
79 BUILD_FINGERPRINT := $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
81 ifneq ($(words $(BUILD_FINGERPRINT)),1)
82 $(error BUILD_FINGERPRINT cannot contain spaces: "$(BUILD_FINGERPRINT)")
139 BUILD_FINGERPRINT="$(BUILD_FINGERPRINT)" \