As someone already mentioned "mmm" is the way. For example for building only the dalvik/libcore portion, I would do
mmm dalvik/libcore snod You should have at least once built the whole platform with make. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 25, 12:41 pm, "fun.android.apps" <[email protected]> wrote: > I am experiencing a similar problem. I am building the sdk (using > 'make sdk' from root), > then when trying to rebuild only the framework (by 'mmm framework/ > base') the build system forces a full clean. > Did anyone manage to use 'mmm' with the sdk build and not full product > build? > > On Jul 25, 1:13 am, dan raaka <[email protected]> wrote: > > > mmm is the way > > > -Dan > > > On Fri, Jul 24, 2009 at 2:53 PM, Mike Lissner <[email protected]> wrote: > > > > OK. I am still having trouble completing an incremental build of > > > Android. I found a guide here though that seems to be helpful: > > > >http://devtcg.blogspot.com/2009/03/building-running-and-debugging-and... > > > > On Jul 17, 8:02 pm, sesha giri <[email protected]> wrote: > > > > Hi, > > > > > Are you giving make at the root directory of the android. > > > > > Generally make does an incremental build. > > > > But still you want to reduce the time in that case you have to trace > > > > from > > > the main make file. > > > > and disable for all other make files. > > > > > You can trace this by first looking at the the main make file which > > > > calls > > > one more make file and that inturn calls few more make files. only thing > > > you > > > need to do is to disable the calling of all other make files other than > > > wht > > > u need. > > > > > -Giri > > > > > ________________________________ > > > > From: Mike Lissner <[email protected]> > > > > To: android-framework <[email protected]> > > > > Sent: Friday, 17 July, 2009 11:45:06 PM > > > > Subject: How to compile only part of the platform > > > > > I'm working on some changes to the location framework, and I'm trying > > > > to test my changes in the emulator. Near as I can tell, it seems like > > > > every time I want to test my changes, I have to recompile the entire > > > > OS. > > > > > This seems a little crazy since recompiling takes about an hour on my > > > > machine, so I'm figuring there must be a better way that I simply > > > > haven't found yet. > > > > > Does anybody know if there is a better way? > > > > > Thanks, > > > > > Mike > > > > > Love Cricket? Check out live scores, photos, video highlights and > > > more. Click herehttp://cricket.yahoo.com > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
