mirror of
https://github.com/Evolution-X-Devices/device_nokia_sdm660-common
synced 2026-02-01 08:51:29 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user