[android-porting] How can we change system.img size?

2018-12-11 Thread Mikhail Malakhov
Hi! You could define new system image size in your BoardConfig.mk # Different sizes of partitions for build # 1 GB for system partition BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] How can we change system.img size?

2018-12-10 Thread Jijo Joseph
I'm trying to build a GSI from AOSP pie branch. I want the system partition to be at least 1.5 GB of size so that I can install GApps. But the build always outputs 1.3 GB image. Is there a setting to change the size of the image? Thanks in advance. -- -- unsubscribe: