Merge "Increase GF dynamic partition size to 8G" am: 7bc6e3e89f
Original change: https://android-review.googlesource.com/c/platform/build/+/2300457 Change-Id: I4e08d59554d3fa8bfd801a740e29fb2720f76488 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -33,8 +33,8 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
|
|||||||
# emulator needs super.img
|
# emulator needs super.img
|
||||||
BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true
|
BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true
|
||||||
|
|
||||||
# 4G + 8M
|
# 8G + 8M
|
||||||
BOARD_SUPER_PARTITION_SIZE := 4303355904
|
BOARD_SUPER_PARTITION_SIZE := 8598323200
|
||||||
BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions
|
BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions
|
||||||
|
|
||||||
ifeq ($(QEMU_USE_SYSTEM_EXT_PARTITIONS),true)
|
ifeq ($(QEMU_USE_SYSTEM_EXT_PARTITIONS),true)
|
||||||
@@ -56,8 +56,8 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true)
|
|||||||
vendor
|
vendor
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# 4G
|
# 8G
|
||||||
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE := 4294967296
|
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE := 8589934592
|
||||||
|
|
||||||
# in build environment to speed up make -j
|
# in build environment to speed up make -j
|
||||||
ifeq ($(QEMU_DISABLE_AVB),true)
|
ifeq ($(QEMU_DISABLE_AVB),true)
|
||||||
|
Reference in New Issue
Block a user