On 18/05/2016 10:50, [email protected] wrote: > Hi, > > One thing that's totally obscure to me is how B2GOS/FFOS build system works. > And since it relies upon Android one, it's highly plausible that some things > are handled on the Android side. > > With B2GOS transitionning to the community, I would like to fully understand > how things are managed, e.g. how/where do you tell that the build system > output is boot.img, system.img, recovery.img, ... how/where do you tell how > Gonk/Gecko/Gaia files/directories are dispatched across these .img files and > so on. > > So, is there a detailed documentation about the changes made by Mozilla from > a bare Android build system? I can't put my hands on it. Hence, B2GOS/FFOS > specific items could be discussed here whereas items inherited from Android > build system would probably be better discussed elsewhere (XDA forums, > AOSP/CyanogenMod community, ...).
As you said, this is not specific to B2G, but this is how AOSP works. You should check their documentation :) B2G specific magic might happen in gonk-misc/ and/or in the patched build/ repo we have. Gecko installation is controlled by gonk-misc/Android.mk, gaia installation with gaia/Android.mk, and for Gonk you need to be more specifc about what you want, but basically this is very close to AOSP. > > Thanks, > > Émeric > _______________________________________________ > dev-fxos mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-fxos > _______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

