Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d34ac59c authored by Tianjie Xu's avatar Tianjie Xu Committed by Automerger Merge Worker
Browse files

Merge "Enable a prop to determine the new figerprint is enabled" am: 5260f435

Original change: https://android-review.googlesource.com/c/platform/build/+/1716976

Change-Id: I5762f6a1ea981fe29ab49e2601df5ffef8351653
parents 7e09329b 5260f435
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -311,6 +311,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) \