diff options
| author | Christian Oder <myself5@carbonrom.org> | 2018-03-15 17:44:09 +0100 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2018-08-07 16:36:54 -0700 |
| commit | 77642aae8c24071d9f884947c5ad6989478ad4e5 (patch) | |
| tree | 116d852622840e26231fa5029364afbff687818b | |
| parent | 11fb6cdf39b82c29f75789ea90e338087f90678b (diff) | |
wahoo: Disable AVB for custom ROMs
We disabled AVB on vendor already. Disable it on all partitions now to allow installing GApps.
Change-Id: I619c96ad2967d3ed4ebfdb5943de5f1edb2cd454
| -rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 8013d14..3b9e4aa 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -62,7 +62,8 @@ BOARD_BUILD_SYSTEM_ROOT_IMAGE := true TARGET_RECOVERY_WIPE := device/google/wahoo/recovery.wipe TARGET_RECOVERY_FSTAB := device/google/wahoo/fstab.hardware -BOARD_AVB_ENABLE := true +BOARD_AVB_ENABLE := false +BOARD_BUILD_DISABLED_VBMETAIMAGE := true BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2684354560 BOARD_SYSTEMIMAGE_JOURNAL_SIZE := 0 |
