You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Building
I am working on Android L source code, the default built image size of system.img is ~900mb. Would like to know is there any way to reduce the overall size of the final .img files ?
zhongtian xie
unread,
Jan 20, 2016, 12:12:29 AM1/20/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Building
Hi sagar,
just run cmd as below:
sudo apt-get install squashfs-tools
If you have squashfs-tools 4.0 (older version will not work)
installed in your host, the generated Android core filesystem will be
compressed by squashfs. So the iso file is very small (only about
30-40%).