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
38be4ee0
Commit
38be4ee0
authored
12 years ago
by
Joe Onorato
Committed by
android code review
12 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Unnessary LOCAL_MODULE_TAGS"
parents
b6b9f0a6
00da3084
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/maketext/Android.mk
+0
-1
0 additions, 1 deletion
tools/maketext/Android.mk
tools/maketext/etc/Android.mk
+1
-2
1 addition, 2 deletions
tools/maketext/etc/Android.mk
with
1 addition
and
3 deletions
tools/maketext/Android.mk
+
0
−
1
View file @
38be4ee0
...
@@ -19,7 +19,6 @@ include $(CLEAR_VARS)
...
@@ -19,7 +19,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES
+=
$(
call all-java-files-under,src
)
LOCAL_SRC_FILES
+=
$(
call all-java-files-under,src
)
LOCAL_JAR_MANIFEST
:=
etc/manifest.txt
LOCAL_JAR_MANIFEST
:=
etc/manifest.txt
LOCAL_JAVA_RESOURCE_DIRS
:=
res
LOCAL_JAVA_RESOURCE_DIRS
:=
res
LOCAL_MODULE_TAGS
:=
eng
LOCAL_MODULE
:=
maketext
LOCAL_MODULE
:=
maketext
include
$(BUILD_HOST_JAVA_LIBRARY)
include
$(BUILD_HOST_JAVA_LIBRARY)
...
...
This diff is collapsed.
Click to expand it.
tools/maketext/etc/Android.mk
+
1
−
2
View file @
38be4ee0
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
LOCAL_PATH
:=
$(
call my-dir
)
LOCAL_PATH
:=
$(
call my-dir
)
include
$(CLEAR_VARS)
include
$(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
eng
LOCAL_PREBUILT_EXECUTABLES
:=
maketext
LOCAL_PREBUILT_EXECUTABLES
:=
maketext
include
$(BUILD_HOST_PREBUILT)
include
$(BUILD_HOST_PREBUILT)
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