Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 659f64fb authored by Po-Chien Hsueh's avatar Po-Chien Hsueh
Browse files

Enlarge 32bit GSI size setting

Many modules are growing in size on master. 768MB is not enough for
32bit GSI anymore. Enlarge the setting to 900MB.

Bug: 69088572
Test: lunch aosp_arm_a(b); make systemimage
Change-Id: I2e93f6ef38a09a9ac7ba36f831faf57af17bbdc4
parent beb062a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
include build/make/target/board/treble_common_32.mk

# Overwrite the setting in treble_common_32.mk for non-A/B arm GSI
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368 # 768MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 943718400 # 900MB

TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
include build/make/target/board/treble_common_32.mk

# Overwrite the setting in treble_common_32.mk for non-A/B arm GSI
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368 # 768MB
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 943718400 # 900MB

TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon