Home | History | Annotate | Download | only in core

Lines Matching full:build_fingerprint

237 ifeq (,$(strip $(BUILD_FINGERPRINT)))
243 BUILD_FINGERPRINT := $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BF_BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
248 BUILD_FINGERPRINT_FILE := $(PRODUCT_OUT)/build_fingerprint.txt
249 ifneq (,$(shell mkdir -p $(PRODUCT_OUT) && echo $(BUILD_FINGERPRINT) >$(BUILD_FINGERPRINT_FILE) && grep " " $(BUILD_FINGERPRINT_FILE)))
250 $(error BUILD_FINGERPRINT cannot contain spaces: "$(file <$(BUILD_FINGERPRINT_FILE))")
254 BUILD_FINGERPRINT :=
356 BUILD_FINGERPRINT="$(BUILD_FINGERPRINT_FROM_FILE)" \