aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 44618fc..c566edf 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,5 +21,5 @@ LOCAL_SDK_VERSION := 14
LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)
LOCAL_MODULE := libopenfst-gnustl-rtti
-
+LOCAL_CLANG := true
include $(BUILD_STATIC_LIBRARY)