Skip to content

Commit 009a211

Browse files
committed
violet: Disable avb
1 parent 096c171 commit 009a211

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BoardConfig.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ TARGET_KERNEL_CLANG_COMPILE := true
5858
TARGET_USE_SDCLANG := true
5959

6060
# Avb
61-
BOARD_AVB_ENABLE := true
62-
BOARD_AVB_ROLLBACK_INDEX := $(PLATFORM_SECURITY_PATCH_TIMESTAMP)
61+
BOARD_AVB_ENABLE := false
6362

6463
# Partitions
6564
BOARD_FLASH_BLOCK_SIZE := 262144

0 commit comments

Comments
 (0)