sm6225-common: Enable AVB

It encodes PLATFORM_SECURITY_PATCH as the AVB rollback index.

Bug: 78463994
Test: Build with blueline-userdebug. Check the rollback index with
      `avbtool info_image --image $OUT/vbmeta.img`.
Test: Flash and boot into on B1.
Change-Id: Iea02c939d1090e630a36660ea7809273f6724002
This commit is contained in:
Tao Bao 2018-04-29 22:51:56 -07:00 committed by Dhina17
parent 24692fc6e2
commit 8258b8b8f5

View file

@ -73,3 +73,6 @@ BOARD_INCLUDE_RECOVERY_DTBO := true
BOARD_USES_RECOVERY_AS_BOOT := true
TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/fstab.qcom
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
# Verified Boot
BOARD_AVB_ENABLE := true