commit | 5d8e5dabed2eaf03d1b929867af7909c2da68182 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Oct 22 20:36:53 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Oct 22 20:36:53 2015 -0700 |
tree | 0ed584379b0af45d4d5900bd7cb87cce67fa94cc | |
parent | 3c85373e431479fbb9dc4181c05630d6e4f73b2e [diff] |
Logd: Fix missing include of rc file This went missing in commit aeca97ba1cb6fdc028dd2f1f984eebb40c85b1fc. Change-Id: I9d7e48a2ffb1649f3fa515a9d12d5fbdd2ed58b7
diff --git a/logd/Android.mk b/logd/Android.mk index f1ea29f..feca8d5 100644 --- a/logd/Android.mk +++ b/logd/Android.mk
@@ -4,6 +4,8 @@ LOCAL_MODULE:= logd +LOCAL_INIT_RC := logd.rc + LOCAL_SRC_FILES := \ main.cpp \ LogCommand.cpp \