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
30ce6f05
Commit
30ce6f05
authored
14 years ago
by
Ying Wang
Browse files
Options
Downloads
Patches
Plain Diff
Fix sim build
NDK does not support sim build. Change-Id: If3164399d72786c9445cd308376497b8ba76011c
parent
2a118d84
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
native/Android.mk
+7
-2
7 additions, 2 deletions
native/Android.mk
with
7 additions
and
2 deletions
native/Android.mk
+
7
−
2
View file @
30ce6f05
...
...
@@ -8,8 +8,13 @@ LOCAL_SRC_FILES := \
src/dictionary.cpp
\
src/char_utils.cpp
LOCAL_NDK_VERSION
:=
4
LOCAL_SDK_VERSION
:=
8
# NDK does not support sim build.
ifneq
($(TARGET_SIMULATOR),true)
LOCAL_NDK_VERSION
:=
4
LOCAL_SDK_VERSION
:=
8
else
LOCAL_C_INCLUDES
+=
$(
JNI_H_INCLUDE
)
endif
LOCAL_MODULE
:=
libjni_latinime
...
...
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