Quick incremental builds via http://www.bittoggler.com/2010/06/android-build-tips-and-tricks.html via http://pdk.android.com/online-pdk/guide/build_system.html
<http://www.bittoggler.com/2010/06/android-build-tips-and-tricks.html> *Quick Incremental Build* Setup the environment for your build setup, go to moudle's directory with Android.mk and build. `source $MYDROID/build/envsetup.sh` `cd ./hardware/ti/omap3/liboverlay` `mm` Note: `mm -B` will clean build all the libraries under a subdirectory. *Package build* Building .apk in android SDK. No need of eclipse or PDK. `source $MYDROID/build/envsetup.sh` `mmm <path-to-package> ` (say #mmm $MYDROID/packages/gallery) Regards, Deva www.bittoggler.com On Fri, Aug 27, 2010 at 8:02 PM, John Koshi <[email protected]> wrote: > Try "make" from the source tree root, using the string declared as > LOCAL_MODULE > in the jpeg folder make file as the argument. This worked for the sensors > library. > > John > > > On Fri, Aug 27, 2010 at 12:30 AM, Tung Dang <[email protected]> wrote: > >> Hi all, >> >> I modify the libjpeg inside android repo Froyo/external/jpeg/ >> >> How do i rebuild the library in a faster way, rather than go to the Froyo >> folder and run make to rebuild the whole system. >> >> I try go into the jpeg folder and run "make" but it doesnot rebuild. >> >> Regards, >> Tung >> >> -- >> unsubscribe: >> [email protected]<android-porting%[email protected]> >> website: http://groups.google.com/group/android-porting >> > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
