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 -~----------~----~----~----~------~----~------~--~---