Steps required  to compile individual application package in Android SDK.

1.      Go to build directory under Android sdk directory  
2.      Execute source source envsetup.sh
3.      Go to corresponding application directory
4.      Issue mm command to build the application only


--- On Thu, 12/3/09, David Given <d...@cowlark.com> wrote:

> From: David Given <d...@cowlark.com>
> Subject: Re: [android-porting] build a single module
> To: android-porting@googlegroups.com
> Date: Thursday, December 3, 2009, 5:55 AM
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> anshexp wrote:
> [...]
> >        i am new to android can
> anybody tell me what is the way to
> > build a particular module . i don't wana to build
> whole file system.
> > i tried
> > make $(LOCAL_MODULE)  as given in build system
> document but it is not
> > working.
> 
> What you want is:
> 
> cd $(LOCAL_MODULE); mm
> 
> or
> 
> mmm $(LOCAL_MODULE)
> 
> Is there a proper reference to the build system? I haven't
> been able to
> find one, and have to resort to archaeology to try and
> figure out how to
> do anything!
> 
> - --
> ┌─── dg@cowlark.com
> ───── http://www.cowlark.com ─────
> │
> │ "Sufficiently advanced incompetence is
> indistinguishable from
> │ malice." -- Vernon Schryver
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAksXw0kACgkQf9E0noFvlzhiLQCgzhi41FeIAhKO4w+Ldjco9Oaw
> 7kAAoIaFkMCIjexpI5RoIHZhA1VaRRMT
> =AoCt
> -----END PGP SIGNATURE-----
> 
> -- 
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
> 


      

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to