Merge "Enable a prop to determine the new figerprint is enabled" am: 5260f435a3
am: d34ac59c5a
Original change: https://android-review.googlesource.com/c/platform/build/+/1716976 Change-Id: I894e32aefa3e83f287a59c5c81fa4e11e7eff140
This commit is contained in:
commit
8108eed6d0
1 changed files with 7 additions and 0 deletions
|
@ -313,6 +313,13 @@ ADDITIONAL_VENDOR_PROPERTIES += \
|
|||
endif
|
||||
endif
|
||||
|
||||
# Set the flag in vendor. So VTS would know if the new fingerprint format is in use when
|
||||
# the system images are replaced by GSI.
|
||||
ifeq ($(BOARD_USE_VBMETA_DIGTEST_IN_FINGERPRINT),true)
|
||||
ADDITIONAL_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.fingerprint_has_digest=1
|
||||
endif
|
||||
|
||||
ADDITIONAL_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.security_patch=$(VENDOR_SECURITY_PATCH) \
|
||||
ro.product.board=$(TARGET_BOOTLOADER_BOARD_NAME) \
|
||||
|
|
Loading…
Reference in a new issue