increase vendor.img size to 96MB

To make space for ASAN builds.

Test: build and boot

Change-Id: Id91da754b44cb4139a1231fc0ac4317868ec8b34
Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index df88094..24f9910 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -21,7 +21,7 @@
 # Build a separate vendor.img partition
 BOARD_USES_VENDORIMAGE := true
 BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
-BOARD_VENDORIMAGE_PARTITION_SIZE := 67108864  # 64MB
+BOARD_VENDORIMAGE_PARTITION_SIZE := 100663296 # 96MB
 TARGET_COPY_OUT_VENDOR := vendor
 
 TARGET_NO_RECOVERY := true