diff options
| author | 2017-12-12 10:52:19 -0800 | |
|---|---|---|
| committer | 2017-12-13 09:17:30 +0000 | |
| commit | 56967528d7bcc7a1342d68f19e0ffa79f2a1ed59 (patch) | |
| tree | 0e8a495423f69825b854e9ca1d7b4a16650a43e7 | |
| parent | fadfd6e15cdcf69c7d50c612a31a0c510a388cd5 (diff) | |
Enable init.rc for statsd to start statsd by default in boot time
Test: manual testing
Change-Id: I1fea9c8a89216df72a9fec6f2f8589170561215a
| -rw-r--r-- | cmds/statsd/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/Android.mk b/cmds/statsd/Android.mk index 337aeaaf37ab..ef7d31b22d32 100644 --- a/cmds/statsd/Android.mk +++ b/cmds/statsd/Android.mk @@ -126,7 +126,7 @@ LOCAL_SHARED_LIBRARIES := $(statsd_common_shared_libraries) \ LOCAL_MODULE_CLASS := EXECUTABLES -#LOCAL_INIT_RC := statsd.rc +LOCAL_INIT_RC := statsd.rc include $(BUILD_EXECUTABLE) |