summaryrefslogtreecommitdiff
path: root/tools/grxmlcompile/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/grxmlcompile/Android.mk')
-rw-r--r--tools/grxmlcompile/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/grxmlcompile/Android.mk b/tools/grxmlcompile/Android.mk
index 4661b43..4c9fe44 100644
--- a/tools/grxmlcompile/Android.mk
+++ b/tools/grxmlcompile/Android.mk
@@ -42,7 +42,7 @@ LOCAL_CFLAGS += \
$(ASR_GLOBAL_DEFINES) \
$(ASR_GLOBAL_CPPFLAGS) \
-fexceptions \
-
+
LOCAL_SHARED_LIBRARIES := \
libESR_Shared \
libESR_Portable \
@@ -63,6 +63,8 @@ LOCAL_CFLAGS += -DOPENFSTSDK
LOCAL_SHARED_LIBRARIES += libfst
endif
+LOCAL_CPPFLAGS += -std=c++11
+
LOCAL_STATIC_LIBRARIES := \
libtinyxml \