Merge "Logd: Fix missing include of rc file"

am: 054c099f1b

* commit '054c099f1bbc814e7b20cc20c3ba369161e130e7':
  Logd: Fix missing include of rc file
This commit is contained in:
Andreas Gampe 2015-10-23 04:15:51 +00:00 committed by android-build-merger
commit 31e78998b0
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE:= logd
LOCAL_INIT_RC := logd.rc
LOCAL_SRC_FILES := \
main.cpp \
LogCommand.cpp \