Skip to content

Commit

Permalink
Merge "logcatd.rc: only deliver on eng and userdebug"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Salyzyn authored and Gerrit Code Review committed Feb 4, 2016
2 parents aae1eb2 + 6de62e5 commit 11aebd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions logcat/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ LOCAL_MODULE := logcat

LOCAL_CFLAGS := -Werror

LOCAL_INIT_RC := logcatd.rc

include $(BUILD_EXECUTABLE)

include $(CLEAR_VARS)

LOCAL_MODULE := logpersist.start
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE_TAGS := debug eng
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_INIT_RC := logcatd.rc
LOCAL_MODULE_PATH := $(bin_dir)
LOCAL_SRC_FILES := logpersist
ALL_TOOLS := logpersist.start logpersist.stop logpersist.cat
Expand Down

0 comments on commit 11aebd8

Please sign in to comment.