diff options
author | 2014-07-23 21:44:25 -0700 | |
---|---|---|
committer | 2014-07-23 21:44:25 -0700 | |
commit | dd28478f5c2859777a74c42fcf193153527020da (patch) | |
tree | 3740725ebada5e9e1cbcb15cbaf99a0faef27b68 /tools | |
parent | b25404ec419e82e8f8b4f3b80d04708d39d9b7ad (diff) | |
download | latinime-dd28478f5c2859777a74c42fcf193153527020da.tar.gz latinime-dd28478f5c2859777a74c42fcf193153527020da.tar.xz latinime-dd28478f5c2859777a74c42fcf193153527020da.zip |
Use default compiler flags for dicttool.
Not using this causes the triple to not be passed to clang, breaking Darwin.
bug 16172793
Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
Diffstat (limited to 'tools')
-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 |