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

2018-12-14 Thread Jijo Joseph
Thanks Chirag! But still no luck. I couldn't find partition.xml in the repo. My build target is aosp_arm64_a-userdebug. I have changed the related BoardConfig.mk. But the same out put. Am I missing something? On Thu, Dec 13, 2018 at 7:52 AM chirag vaghela wrote: > Hello Jijo, > > You can

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

2018-12-13 Thread chirag vaghela
Hello Jijo, You can increase system image partition size. So it will solve your problem. 1) Check your partition.xml file. Check system image partition and change their. 2) Check you BoardConfig.mk file. There is one flag "BOARD_SYSTEMIMAGE_PARTITION_SIZE". you can change their also.

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

2018-12-12 Thread Jijo Joseph
Thanks Akhilash for the response. But as mentioned by Mikhail Malakhov that is possible. Even after doing it I'm not getting the size increased. May be I'm missing some other setting. On Wednesday, 12 December 2018 00:41:55 UTC+5:30, AKHILASH TP wrote: > > Hi Jijo, > > As per my knowledge, you

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

2018-12-11 Thread AKHILASH TP
Hi Jijo, As per my knowledge, you can't change the system.img size manually. it is auto generated from the build system. if you include more apps/photos/videos etc in your build, the system image size will change accordingly. You can change the system image partition size. the steps for it