Commit f228899a authored by Tom Cherry's avatar Tom Cherry Committed by Android Git Automerger
Browse files

am 8246d45e: Merge "bundle init.rc contents with its service"

* commit '8246d45e':
  bundle init.rc contents with its service
parents 56cc45f1 8246d45e
......@@ -26,6 +26,8 @@ LOCAL_CLANG := true
LOCAL_CPPFLAGS := -std=c++11 -Wall -Werror
LOCAL_MODULE := netd
LOCAL_INIT_RC := netd.rc
LOCAL_SHARED_LIBRARIES := \
libcrypto \
libcutils \
......
service netd /system/bin/netd
class main
socket netd stream 0660 root system
socket dnsproxyd stream 0660 root inet
socket mdns stream 0660 root system
socket fwmarkd stream 0660 root inet
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment