commit | 74155996d931edbd19ed5b3f71a58ceff920b451 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Fri Aug 14 13:01:23 2015 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed Aug 19 17:26:29 2015 -0700 |
tree | be7afc033e0103579ab9a8b5d68e356cbf71fe17 | |
parent | d974a3647bd371886093738ab16485c943cb5bad [diff] [blame] |
bundle init.rc contents with its service Bug: 23186545 Change-Id: I2a70a39122b146d5bbc9b55156e769782e011bff
diff --git a/cmds/dumpstate/Android.mk b/cmds/dumpstate/Android.mk index 9065ee1..8c7c4a8 100644 --- a/cmds/dumpstate/Android.mk +++ b/cmds/dumpstate/Android.mk
@@ -17,5 +17,6 @@ LOCAL_SHARED_LIBRARIES := libcutils liblog libselinux LOCAL_HAL_STATIC_LIBRARIES := libdumpstate LOCAL_CFLAGS += -Wall -Wno-unused-parameter -std=gnu99 +LOCAL_INIT_RC := dumpstate.rc include $(BUILD_EXECUTABLE)