Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
90b948ea
Commit
90b948ea
authored
10 years ago
by
Ying Wang
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Downloads
Plain Diff
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
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/dicttool/Android.mk
+1
-1
1 addition, 1 deletion
tools/dicttool/Android.mk
tools/dicttool/NativeLib.mk
+1
-2
1 addition, 2 deletions
tools/dicttool/NativeLib.mk
with
2 additions
and
3 deletions
tools/dicttool/Android.mk
+
1
−
1
View file @
90b948ea
...
@@ -51,7 +51,7 @@ LOCAL_SRC_FILES := $(LOCAL_TOOL_SRC_FILES) \
...
@@ -51,7 +51,7 @@ LOCAL_SRC_FILES := $(LOCAL_TOOL_SRC_FILES) \
$(
USED_TARGETTED_UTILS
)
$(
USED_TARGETTED_UTILS
)
LOCAL_JAVA_LIBRARIES
:=
junit
LOCAL_JAVA_LIBRARIES
:=
junit
LOCAL_
ADDITIONAL_DEPENDENCI
ES
:=
$(
LATINIME_HOST_NATIVE_LIBNAME
)
LOCAL_
REQUIRED_MODUL
ES
:=
$(
LATINIME_HOST_NATIVE_LIBNAME
)
LOCAL_JAR_MANIFEST
:=
etc/manifest.txt
LOCAL_JAR_MANIFEST
:=
etc/manifest.txt
LOCAL_MODULE
:=
dicttool_aosp
LOCAL_MODULE
:=
dicttool_aosp
...
...
This diff is collapsed.
Click to expand it.
tools/dicttool/NativeLib.mk
+
1
−
2
View file @
90b948ea
...
@@ -21,8 +21,7 @@ include $(CLEAR_VARS)
...
@@ -21,8 +21,7 @@ include $(CLEAR_VARS)
LATINIME_DIR_RELATIVE_TO_DICTTOOL
:=
../..
LATINIME_DIR_RELATIVE_TO_DICTTOOL
:=
../..
ifneq
($(strip $(HOST_JDK_IS_64BIT_VERSION)),)
ifneq
($(strip $(HOST_JDK_IS_64BIT_VERSION)),)
LOCAL_CFLAGS
+=
-m64
LOCAL_MULTILIB
:=
64
LOCAL_LDFLAGS
+=
-m64
endif
#HOST_JDK_IS_64BIT_VERSION
endif
#HOST_JDK_IS_64BIT_VERSION
LOCAL_CFLAGS
+=
-DHOST_TOOL
-fPIC
LOCAL_CFLAGS
+=
-DHOST_TOOL
-fPIC
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment