Merge "update bundled rc files to their contents from rootdir/init.rc" into mnc-dev-plus-aosp

This commit is contained in:
Elliott Hughes 2015-08-21 22:18:51 +00:00 committed by Android (Google) Code Review
commit 30baa4796d
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