This, and your other recent posts, probably don't belong to android-
framework. You will have better luck in android-ndk or android-
porting. Here is a thread that discusses C++ exceptions and RTTI.
http://groups.google.com/group/android-ndk/browse_thread/thread/db718cceaded89dc

-Ravi

On Jun 24, 2:23 pm, Elvis Dowson <elvis.dow...@gmail.com> wrote:
> Hi,
>        I'm creating an android jni library that uses the ustl C++
> library. I need to disable the -fno-rtti option.
>
> At the moment, my Android.mk file looks like this for the android jni
> library project:
>
> LOCAL_CFLAGS += -W -g -fexceptions -DPLATFORM_ANDROID
> LOCAL_CXXFLAGS += -Weffc++ -g -fhandle-exceptions -DPLATFORM_ANDROID
>
> LOCAL_SRC_FILES := src/mydevice.cc
>
> Where can I find the default list of LOCAL_CFLAGS options? So, that
> way I could explicitly over-ride the default settings and enable RTTI.
>
> Is RTTI supported in android by the way?
>
> Best regards,
>
> Elvis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to