Creating Build.FINGERPRINT on Android

后端 未结 2 1066
别跟我提以往
别跟我提以往 2021-02-05 21:34

Android documentation refers to Build.FINGERPRINT as a way to uniquely identify the build. I\'d like to know how this property is generated. I\'m compiling whole framework on my

2条回答
  •  萌比男神i
    2021-02-05 21:43

    build/core/Makefile:  BUILD_FINGERPRINT := $(PRODUCT_BRAND)/$(TARGET_PRODUCT)/$(TARGET_DEVICE):$(PLATFORM_VERSION)/$(BUILD_ID)/$(BUILD_NUMBER):$(TARGET_BUILD_VARIANT)/$(BUILD_VERSION_TAGS)
    

提交回复
热议问题