HomeSort by relevance Sort by last modified time
    Searched defs:BUILD_FINGERPRINT (Results 1 - 3 of 3) sorted by null

  /cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java 29 public static final String BUILD_FINGERPRINT = "buildFingerprint";
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 57 public static final String BUILD_FINGERPRINT = "build_fingerprint";
  /build/core/
Makefile 113 ifeq (,$(strip $(BUILD_FINGERPRINT)))
115 # Trim down BUILD_FINGERPRINT: the default BUILD_NUMBER makes it easily exceed
121 BUILD_FINGERPRINT := $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BF_BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
123 ifneq ($(words $(BUILD_FINGERPRINT)),1)
124 $(error BUILD_FINGERPRINT cannot contain spaces: "$(BUILD_FINGERPRINT)")
221 BUILD_FINGERPRINT="$(BUILD_FINGERPRINT)" \
263 $(hide) echo ro.vendor.build.fingerprint="$(BUILD_FINGERPRINT)">>$@
    [all...]

Completed in 51 milliseconds