Merge "logcatd.rc: only deliver on eng and userdebug" am: 11aebd8c9a
am: 9bc3b93c6a
* commit '9bc3b93c6a88b460908357a8bc65d0b66552c681':
logcatd.rc: only deliver on eng and userdebug
This commit is contained in:
commit
187b93856e
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue