diff options
author | 2014-07-24 20:59:35 +0000 | |
---|---|---|
committer | 2014-07-23 18:45:08 +0000 | |
commit | 159474f2ae5d13308ca1b92b8a5ccd809ec6a450 (patch) | |
tree | 3740725ebada5e9e1cbcb15cbaf99a0faef27b68 /tools/dicttool | |
parent | b25404ec419e82e8f8b4f3b80d04708d39d9b7ad (diff) | |
parent | dd28478f5c2859777a74c42fcf193153527020da (diff) | |
download | latinime-159474f2ae5d13308ca1b92b8a5ccd809ec6a450.tar.gz latinime-159474f2ae5d13308ca1b92b8a5ccd809ec6a450.tar.xz latinime-159474f2ae5d13308ca1b92b8a5ccd809ec6a450.zip |
Merge "Use default compiler flags for dicttool."
Diffstat (limited to 'tools/dicttool')
-rw-r--r-- | tools/dicttool/NativeLib.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dicttool/NativeLib.mk b/tools/dicttool/NativeLib.mk index 812e76ced..4443587fa 100644 --- a/tools/dicttool/NativeLib.mk +++ b/tools/dicttool/NativeLib.mk @@ -25,7 +25,6 @@ LOCAL_MULTILIB := 64 endif #HOST_JDK_IS_64BIT_VERSION LOCAL_CFLAGS += -DHOST_TOOL -fPIC -LOCAL_NO_DEFAULT_COMPILER_FLAGS := true LATINIME_NATIVE_JNI_DIR := $(LATINIME_DIR_RELATIVE_TO_DICTTOOL)/native/jni LATINIME_NATIVE_SRC_DIR := $(LATINIME_DIR_RELATIVE_TO_DICTTOOL)/native/jni/src |