On 27 August 2010 08:30, Tung Dang <tung...@gmail.com> 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.
Have you defined the environment variable USE_CCACHE? That should reduce the amount of rebuilding that needs to be done if you just change a small portion of the code. Althoguh be aware that if you make changes to a library it may have several knock on effects that lead to other parts of the system having to be recompiled as well. cheers john -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting