Android build system passes these flags to compiler while building.,

These are local to module being built., and roughly, whole heirarchy is
like:

- lots of CFLGAS initialized by default in .mk files under MYDROID/build/*
folder
- COMMON_GLOBAL_CFLAGS defined in platform board files (sample -
http://goo.gl/3H4v )
- LOCAL_CFLAGS defined in Android.mk per module, local to the module being
built.

Tip: You can cross check these flags by running 'make showcommands'

-- 
Regards,
Deva
www.bittoggler.com

On Tue, Sep 14, 2010 at 9:43 AM, Ajith Kamath <[email protected]> wrote:

> Hi
>
> Can anyone please tell me usage of  LOCAL_CFLAGS in android.mk.
>
> Regards,
> Ajith
>
> --
> unsubscribe: 
> [email protected]<android-porting%[email protected]>
> website: http://groups.google.com/group/android-porting
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to