To the best of my knowledge a stock Google system.img is going to be full 
of Google Apps which are not part of AOSP. Things like Google Play 
Services, the Play Store, and all the "Google ___" apps. Those are 
installed in the system partition when they come stock which is why you 
can't delete them. Your compiled system.img will not have any of those.

On Saturday, September 10, 2016 at 7:49:50 AM UTC-7, Smith Tom wrote:
>
> I want to learn some system infos of Android, and found a strange place.
>
> 1, environment:
> ubuntu 12.04  + openjdk-7
> source :  repo init -u https://android.googlesource.com/platform/manifest 
> -b android-5.1.1_r25 
>         make   :  
> source build/envsetup.sh
> lunch asop_x86-eng
> make -j4
> build success and run emualator is OK
> ls -h 0.work/out/target/product/generic_x86/system.img 
> 750MB
>
> 2, then I checked the google sdk 
> ls -h ~/bin/android-sdk/system-images/android-22/default/x86/system.img 
> 850MB, is about 100M big than mine
>    I checked the two "installed-files.txt" files, found many different 
> file names.
>
>    Why why my compiled system.img is different from google official 
> system.img?
>
> 3, I run the emulator, found the process name is emulator64-x86, when I 
> use official tools create avd, found the process name is qemu-system-i386.
>   It's different emulators, why?
>
> 4, I wanted to use my compiled system.img to replace official system.img, 
> when I run the emulator, it failed.
>
> So, did I do something wrong? Why can't make the same system.img like 
> official system.img?
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to