Searched defs:BUILD_THUMBPRINT (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A DMakefile129 ifeq (,$(strip $(BUILD_THUMBPRINT)))
130 BUILD_THUMBPRINT := $(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS) macro
132 ifneq ($(words $(BUILD_THUMBPRINT)),1)
133 $(error BUILD_THUMBPRINT cannot contain spaces: "$(BUILD_THUMBPRINT)")
222 $(if $(OEM_THUMBPRINT_PROPERTIES),BUILD_THUMBPRINT="$(BUILD_THUMBPRINT)") \

Completed in 35 milliseconds