Merge "update bundled rc files to their contents from rootdir/init.rc" into mnc-dev-plus-aosp
This commit is contained in:
commit
30baa4796d
3 changed files with 5 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
3
gatekeeperd/gatekeeperd.rc
Normal file
3
gatekeeperd/gatekeeperd.rc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
service gatekeeperd /system/bin/gatekeeperd /data/misc/gatekeeper
|
||||
class late_start
|
||||
user system
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue