Searched refs:BUILD_FINGERPRINT (Results 1 – 2 of 2) sorted by relevance
15 echo "ro.${partition}.build.fingerprint=$BUILD_FINGERPRINT"
216 BUILD_FINGERPRINT="$(BUILD_FINGERPRINT_FROM_FILE)" \316 ifeq (,$(strip $(BUILD_FINGERPRINT)))322 …BUILD_FINGERPRINT := $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUI… macro328 ifneq (,$(shell mkdir -p $(PRODUCT_OUT) && echo $(BUILD_FINGERPRINT) >$(BUILD_FINGERPRINT_FILE) && …329 $(error BUILD_FINGERPRINT cannot contain spaces: "$(file <$(BUILD_FINGERPRINT_FILE))")333 BUILD_FINGERPRINT := macro