sm6225-common: Build a disabled vbmeta image

Squashed with:
Author: Nolen Johnson <johnsonnolen@gmail.com>
Date:   Sun May 9 16:04:34 2021 -0400

    sunfish: Simplify AVB flag logic

    * AVB's `--flags 3` argument builds a disabled VBMeta with
      disabled hashtree, so no need to set both flags individually.

    Change-Id: Ibe9ee322a5af58f13e76d53e18dee49451fe8838

Dhina17: Also include the vbmeta to the AB_OTA_PARTITIONS

Change-Id: Ie8f1e0929b037b35b5e45c2e31be9253fa0bb097
This commit is contained in:
Rashed Abdel-Tawab 2019-09-07 11:13:09 -07:00 committed by Dhina17
parent 8258b8b8f5
commit afe3da1eba
2 changed files with 2 additions and 0 deletions

View file

@ -76,3 +76,4 @@ TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
# Verified Boot
BOARD_AVB_ENABLE := true
BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --flags 3

View file

@ -15,6 +15,7 @@ AB_OTA_PARTITIONS += \
product \
system \
system_ext \
vbmeta \
vendor \
vendor_boot