Merge "emulator: do not enforce 8G system image partition" am: 7012508bf5
Original change: https://android-review.googlesource.com/c/platform/build/+/2393534 Change-Id: Idc41e5f4118c7e7aa0b082ed4031892e8d05e252 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7624c44f1d
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
|
|||
BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true
|
||||
|
||||
# 8G + 8M
|
||||
BOARD_SUPER_PARTITION_SIZE := 8598323200
|
||||
BOARD_SUPER_PARTITION_SIZE ?= 8598323200
|
||||
BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions
|
||||
|
||||
ifeq ($(QEMU_USE_SYSTEM_EXT_PARTITIONS),true)
|
||||
|
@ -57,7 +57,7 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
|
|||
endif
|
||||
|
||||
# 8G
|
||||
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE := 8589934592
|
||||
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= 8589934592
|
||||
|
||||
# in build environment to speed up make -j
|
||||
ifeq ($(QEMU_DISABLE_AVB),true)
|
||||
|
|
Loading…
Reference in a new issue