commit | 31e78998b03c70ba4f054f3d1e20933038bcd7b9 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Oct 23 04:15:51 2015 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Oct 23 04:15:51 2015 +0000 |
tree | 8c0b3828259eadedfa3101c318f135c9453f27f3 | |
parent | 27ff12443decc42bcabd5fa91664bc1de3338369 [diff] | |
parent | 054c099f1bbc814e7b20cc20c3ba369161e130e7 [diff] |
Merge "Logd: Fix missing include of rc file" am: 054c099f1b * commit '054c099f1bbc814e7b20cc20c3ba369161e130e7': Logd: Fix missing include of rc file
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 \