Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90b948ea authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am b25404ec: Merge "Use LOCAL_MULTILIB to build host lib as 64-bit"

* commit 'b25404ec':
  Use LOCAL_MULTILIB to build host lib as 64-bit
parents 8ce65243 b25404ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ LOCAL_SRC_FILES := $(LOCAL_TOOL_SRC_FILES) \
        $(USED_TARGETTED_UTILS)

LOCAL_JAVA_LIBRARIES := junit
LOCAL_ADDITIONAL_DEPENDENCIES := $(LATINIME_HOST_NATIVE_LIBNAME)
LOCAL_REQUIRED_MODULES := $(LATINIME_HOST_NATIVE_LIBNAME)
LOCAL_JAR_MANIFEST := etc/manifest.txt
LOCAL_MODULE := dicttool_aosp

+1 −2
Original line number Diff line number Diff line
@@ -21,8 +21,7 @@ include $(CLEAR_VARS)
LATINIME_DIR_RELATIVE_TO_DICTTOOL := ../..

ifneq ($(strip $(HOST_JDK_IS_64BIT_VERSION)),)
LOCAL_CFLAGS += -m64
LOCAL_LDFLAGS += -m64
LOCAL_MULTILIB := 64
endif #HOST_JDK_IS_64BIT_VERSION

LOCAL_CFLAGS += -DHOST_TOOL -fPIC