Merge "emulator: add option to disable avb" am: 4934e72933 am: f32b62266a am: 5d94c784bb

am: 1209ce513f

Change-Id: Ie1fcc7f5e6669af89fd1d8f7256cd06aabe49a67
This commit is contained in:
bohu 2019-06-14 04:59:16 -07:00 committed by android-build-merger
commit 98f19f9c16
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
# 3G
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE := 3221225472
# in build environment to speed up make -j
ifeq ($(QEMU_DISABLE_AVB),true)
BOARD_AVB_ENABLE := false
endif
else ifeq ($(PRODUCT_USE_DYNAMIC_PARTITION_SIZE),true)
# Enable dynamic system image size and reserved 64MB in it.
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 67108864