From 8279e5590ec2b55cdb213a1edb2cca02bdc35744 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Tue, 27 Dec 2022 15:25:35 -0500 Subject: msm8996-common: Explicitly disable AVB * This allows infra to sign successfully, I hate it, but it builds, boots, and works fine enough as a workaround. * The underlying issue is that this flag causes avbtool args and location to be set in `misc_info.txt` whereas before it was not. Change-Id: I7bdf237ec30d692c7d8b5c626a6e761e2c1a2593 --- BoardConfigCommon.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7b63833..a86914f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -181,6 +181,10 @@ BOARD_VENDOR_SEPOLICY_DIRS += $(VENDOR_PATH)/sepolicy/vendor TARGET_INIT_VENDOR_LIB := //$(VENDOR_PATH):libinit_msm8996 TARGET_RECOVERY_DEVICE_MODULES := libinit_msm8996 +# Verity +# Only needed for signing +BOARD_AVB_ENABLE := false + # Wifi BOARD_HAS_QCOM_WLAN := true BOARD_HAS_QCOM_WLAN_SDK := true -- cgit v1.2.3