From dd28478f5c2859777a74c42fcf193153527020da Mon Sep 17 00:00:00 2001 From: Tim Murray Date: Wed, 23 Jul 2014 21:44:25 -0700 Subject: [PATCH] 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 --- tools/dicttool/NativeLib.mk | 1 - 1 file changed, 1 deletion(-) 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