I'll sometimes create a gecko-only target and add it to gonk-misc/Android.mk around line 265:
gecko-only: $(LOCAL_BUILT_MODULE) .PHONY: $(LOCAL_BUILT_MODULE) $(LOCAL_BUILT_MODULE): $(TARGET_CRTBEGIN_DYNAMIC_O) $(TARGET_CRTEND_O) $(addprefix $(TARGET_OUT_SHARED_LIBRARIES)/,$(GECKO_LIB_DEPS)) and then use ./build.sh gecko-only I'm not sure if that creates enough stuff to ./flash.sh gecko, but I typically use it for getting build errors on new code I'm writing in gecko. Dave Hylands ----- Original Message ----- > From: "Julien Wajsberg" <[email protected]> > To: "dev-b2g" <[email protected]> > Sent: Tuesday, August 5, 2014 12:25:07 PM > Subject: [b2g] ./build.sh gecko builds also Gaia > Hi, > it's been quite a long time I worked on Gecko, and now I see that merely > running "./build.sh gecko" also runs the gaia build. Why is this > happening? The gaia build takes a really _really_ long time (especially > with the default environment variables used by build.sh) and it's quite > painful. > I didn't see which recent changes made this, but I don't know well how > the build process work in the B2G repository. Any pointer? > -- > Julien > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
