And if you want to rebuild the system image without building the entire tree that it depends on, use the pseudo-target "snod". So to build libopencorecommon and then a new system image with it:
make libopencorecommon snod The one I do all of the time, to rebuild the java frameworks, services, and policy classes: make framework services android.policy snod On Thu, Dec 11, 2008 at 8:12 AM, Joe Onorato <[EMAIL PROTECTED]> wrote: > From the top of the tree, you can type make libopencorecommon. Anything > that appears on the LOCAL_MODULE line in the Android.mk files can be made > directly. > > -joe > > > > On Thu, Dec 11, 2008 at 11:02 AM, John <[EMAIL PROTECTED]> wrote: > >> >> Is there anyway to rebuild the opencore shared library (such as >> libopencorecommon.so) without rebuilding the whole source tree? >> >> John >> >> > > > > -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
