aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2019-02-17 21:38:31 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-17 21:38:31 -0800
commit15c83f9713cc71a5aff4ecbf9323e6511f86ceea (patch)
treea7a6948edc5422b1ae83d10546b9b7574ae63b1a
parentf509e54bd074a556be342d87b8d013e70c9527cb (diff)
parent6867fd7dda4dac30f800851e99bd554a59f3b9fc (diff)
downloadbuild-15c83f9713cc71a5aff4ecbf9323e6511f86ceea.tar.gz
Merge "Fix flags argument passed to avbtool for GSI images"
am: 6867fd7dda Change-Id: I59e0f4ce435535a6c1e6617061bb40d7ade7bfc3
-rw-r--r--target/board/BoardConfigGsiCommon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/board/BoardConfigGsiCommon.mk b/target/board/BoardConfigGsiCommon.mk
index 658ccf3dba..88bc7daa32 100644
--- a/target/board/BoardConfigGsiCommon.mk
+++ b/target/board/BoardConfigGsiCommon.mk
@@ -33,13 +33,13 @@ TARGET_COPY_OUT_PRODUCT := system/product
BOARD_USES_METADATA_PARTITION := true
# Android Verified Boot (AVB):
-# Set AVB_VBMETA_IMAGE_FLAGS_VERIFICATION_DISABLED (--flag 2) in
+# Set AVB_VBMETA_IMAGE_FLAGS_VERIFICATION_DISABLED (--flags 2) in
# vbmeta.img to disable AVB verification.
#
# To disable AVB for GSI, use the vbmeta.img and the GSI together.
# To enable AVB for GSI, include the GSI public key into the device-specific
# vbmeta.img.
-BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --flag 2
+BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --flags 2
# Enable chain partition for system.
BOARD_AVB_SYSTEM_KEY_PATH := external/avb/test/data/testkey_rsa2048.pem