guacamole: enable AVB

This commit is contained in:
Peter Cai 2019-06-19 15:39:55 +08:00
parent ad63511fe9
commit 447520cded
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
2 changed files with 5 additions and 1 deletions

View File

@ -73,6 +73,9 @@ TARGET_COPY_OUT_VENDOR := vendor
# Metadata
BOARD_USES_METADATA_PARTITION := true
# AVB
BOARD_AVB_ENABLE := true
# Platform
TARGET_BOARD_PLATFORM := msmnile
TARGET_BOARD_PLATFORM_GPU := qcom-adreno640

View File

@ -127,7 +127,8 @@ AB_OTA_UPDATER := true
AB_OTA_PARTITIONS += \
boot \
dtbo \
system
system \
vbmeta \
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \