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
a271f165
Commit
a271f165
authored
11 years ago
by
Ken Wakasa
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Downloads
Plain Diff
am
31f42ba0
: Tiny clean up in Makefile
* commit '
31f42ba0
': Tiny clean up in Makefile
parents
bc2fd24f
31f42ba0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
native/jni/Android.mk
+2
-5
2 additions, 5 deletions
native/jni/Android.mk
with
2 additions
and
5 deletions
native/jni/Android.mk
+
2
−
5
View file @
a271f165
...
@@ -24,9 +24,8 @@ FLAG_DO_PROFILE ?= false
...
@@ -24,9 +24,8 @@ FLAG_DO_PROFILE ?= false
include
$(CLEAR_VARS)
include
$(CLEAR_VARS)
LATIN_IME_SRC_DIR
:=
src
LATIN_IME_SRC_DIR
:=
src
LATIN_IME_SRC_FULLPATH_DIR
:=
$(
LOCAL_PATH
)
/
$(
LATIN_IME_SRC_DIR
)
LOCAL_C_INCLUDES
+=
$(
LATIN_IME_SRC_
FULLPATH_
DIR
)
LOCAL_C_INCLUDES
+=
$(
LOCAL_PATH
)
/
$(
LATIN_IME_SRC_DIR
)
LOCAL_CFLAGS
+=
-Werror
-Wall
-Wextra
-Weffc
++
-Wformat
=
2
-Wcast-qual
-Wcast-align
\
LOCAL_CFLAGS
+=
-Werror
-Wall
-Wextra
-Weffc
++
-Wformat
=
2
-Wcast-qual
-Wcast-align
\
-Wwrite-strings
-Wfloat-equal
-Wpointer-arith
-Winit-self
-Wredundant-decls
-Wno-system-headers
-Wwrite-strings
-Wfloat-equal
-Wpointer-arith
-Winit-self
-Wredundant-decls
-Wno-system-headers
...
@@ -60,11 +59,11 @@ LATIN_IME_CORE_SRC_FILES := \
...
@@ -60,11 +59,11 @@ LATIN_IME_CORE_SRC_FILES := \
proximity_info_state_utils.cpp
\
proximity_info_state_utils.cpp
\
unigram_dictionary.cpp
\
unigram_dictionary.cpp
\
words_priority_queue.cpp
\
words_priority_queue.cpp
\
suggest/core/suggest.cpp
\
$(
addprefix suggest/core/dicnode/,
\
$(
addprefix suggest/core/dicnode/,
\
dic_node.cpp
\
dic_node.cpp
\
dic_node_utils.cpp
\
dic_node_utils.cpp
\
dic_nodes_cache.cpp
)
\
dic_nodes_cache.cpp
)
\
suggest/core/suggest.cpp
\
suggest/core/policy/weighting.cpp
\
suggest/core/policy/weighting.cpp
\
suggest/core/session/dic_traverse_session.cpp
\
suggest/core/session/dic_traverse_session.cpp
\
suggest/policyimpl/gesture/gesture_suggest_policy_factory.cpp
\
suggest/policyimpl/gesture/gesture_suggest_policy_factory.cpp
\
...
@@ -128,6 +127,4 @@ include $(BUILD_SHARED_LIBRARY)
...
@@ -128,6 +127,4 @@ include $(BUILD_SHARED_LIBRARY)
#################### Clean up the tmp vars
#################### Clean up the tmp vars
LATIN_IME_CORE_SRC_FILES
:=
LATIN_IME_CORE_SRC_FILES
:=
LATIN_IME_JNI_SRC_FILES
:=
LATIN_IME_JNI_SRC_FILES
:=
LATIN_IME_GESTURE_IMPL_SRC_FILES
:=
LATIN_IME_SRC_DIR
:=
LATIN_IME_SRC_DIR
:=
LATIN_IME_SRC_FULLPATH_DIR
:=
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