sdm660-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
This commit is contained in:
Nolen Johnson
2022-12-27 15:25:35 -05:00
parent c72bce5ada
commit 5f7dbf50fc

View File

@@ -148,6 +148,10 @@ BOARD_VENDOR_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor
# Vendor Security Patch Level
VENDOR_SECURITY_PATCH := 2021-04-01
# Verity
# Only needed for signing
BOARD_AVB_ENABLE := false
# VNDK
BOARD_VNDK_VERSION := current