HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_THUMBPRINT (Results 1 - 2 of 2) sorted by null

  /build/make/tools/
buildinfo.sh 58 if [ -n "$BUILD_THUMBPRINT" ] ; then
59 echo "ro.build.thumbprint=$BUILD_THUMBPRINT"
  /build/make/core/
Makefile 196 ifeq (,$(strip $(BUILD_THUMBPRINT)))
197 BUILD_THUMBPRINT := $(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
199 ifneq ($(words $(BUILD_THUMBPRINT)),1)
200 $(error BUILD_THUMBPRINT cannot contain spaces: "$(BUILD_THUMBPRINT)")
284 $(if $(OEM_THUMBPRINT_PROPERTIES),BUILD_THUMBPRINT="$(BUILD_THUMBPRINT)") \
    [all...]

Completed in 124 milliseconds