Reduce the system partition size of 32 bits GSI
Bug: 64458958 Test: Build pass for aosp_arm_ab and aosp_x86_ab Change-Id: I16e66b1d1a306d7706051a899bae85441d6535ea
This commit is contained in:
parent
d463548af1
commit
2cf1711b9e
1 changed files with 2 additions and 2 deletions
|
@ -16,5 +16,5 @@
|
|||
|
||||
include build/make/target/board/treble_common.mk
|
||||
|
||||
# Partition size is default 1GB (1024MB) for 32 bits projects
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
|
||||
# Partition size is default 906MB for 32 bits projects
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 950009856
|
||||
|
|
Loading…
Reference in a new issue