Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
11aebd8c
Commit
11aebd8c
authored
Feb 4, 2016
by
Mark Salyzyn
Committed by
Gerrit Code Review
Feb 4, 2016
Browse files
Options
Downloads
Plain Diff
Merge "logcatd.rc: only deliver on eng and userdebug"
parents
aae1eb2c
6de62e52
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
logcat/Android.mk
+2
-3
2 additions, 3 deletions
logcat/Android.mk
with
2 additions
and
3 deletions
logcat/Android.mk
+
2
−
3
View file @
11aebd8c
...
@@ -11,15 +11,14 @@ LOCAL_MODULE := logcat
...
@@ -11,15 +11,14 @@ LOCAL_MODULE := logcat
LOCAL_CFLAGS
:=
-Werror
LOCAL_CFLAGS
:=
-Werror
LOCAL_INIT_RC
:=
logcatd.rc
include
$(BUILD_EXECUTABLE)
include
$(BUILD_EXECUTABLE)
include
$(CLEAR_VARS)
include
$(CLEAR_VARS)
LOCAL_MODULE
:=
logpersist.start
LOCAL_MODULE
:=
logpersist.start
LOCAL_MODULE_TAGS
:=
debug
LOCAL_MODULE_TAGS
:=
debug
eng
LOCAL_MODULE_CLASS
:=
EXECUTABLES
LOCAL_MODULE_CLASS
:=
EXECUTABLES
LOCAL_INIT_RC
:=
logcatd.rc
LOCAL_MODULE_PATH
:=
$(
bin_dir
)
LOCAL_MODULE_PATH
:=
$(
bin_dir
)
LOCAL_SRC_FILES
:=
logpersist
LOCAL_SRC_FILES
:=
logpersist
ALL_TOOLS
:=
logpersist.start logpersist.stop logpersist.cat
ALL_TOOLS
:=
logpersist.start logpersist.stop logpersist.cat
...
...
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