summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2019-02-03 15:12:39 -0800
committerEthan Chen <intervigil@gmail.com>2019-02-06 21:07:12 -0800
commit40e395293492e8182a55e9e189e8a2bc9e29a93b (patch)
tree76aefada69f4acc79663ebbbd76fa8fc937fbfc8
parentb7983710b24a09023b0a944da8e1343f4ec22ede (diff)
crosshatch: Disable verity and descriptor checking
* avbtool takes a --flags argument, not --flag * avbtool provides an option to disable hashtree checking Change-Id: Ib57d8ebed69a0998005563a9268f9fc736cbeaf7
-rw-r--r--BoardConfigLineage.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfigLineage.mk b/BoardConfigLineage.mk
index f1794da..6e9036d 100644
--- a/BoardConfigLineage.mk
+++ b/BoardConfigLineage.mk
@@ -1,6 +1,7 @@
# Common board config for crosshatch, blueline
-BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --flag 2
+BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --set_hashtree_disabled_flag
+BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --flags 2
BOARD_KERNEL_IMAGE_NAME := Image.lz4-dtb
TARGET_COMPILE_WITH_MSM_KERNEL := true