update bundled rc files to their contents from rootdir/init.rc

Bug 23186545

Change-Id: Ieb03ba89db2dee0365ae346295207ddfd29bd2b7
(cherry picked from commit 297991b324)
This commit is contained in:
Tom Cherry 2015-08-21 12:35:14 -07:00
parent 25c22bb9e7
commit b267af9808
3 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,7 @@ LOCAL_SHARED_LIBRARIES := \
libkeystore_binder
LOCAL_STATIC_LIBRARIES := libscrypt_static
LOCAL_C_INCLUDES := external/scrypt/lib/crypto
LOCAL_INIT_RC := gatekeeperd.rc
include $(BUILD_EXECUTABLE)
include $(call first-makefiles-under,$(LOCAL_PATH))

View File

@ -0,0 +1,3 @@
service gatekeeperd /system/bin/gatekeeperd /data/misc/gatekeeper
class late_start
user system

View File

@ -3,6 +3,7 @@ service logd /system/bin/logd
socket logd stream 0666 logd logd
socket logdr seqpacket 0666 logd logd
socket logdw dgram 0222 logd logd
group root system
service logd-reinit /system/bin/logd --reinit
oneshot