Add Android init script to start anboxd
This commit is contained in:
parent
838d8feb88
commit
fb5ca57cfc
2 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ include $(BUILD_STATIC_LIBRARY)
|
|||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_CLASS := EXECUTABLES
|
||||
LOCAL_MODULE := anboxd
|
||||
LOCAL_INIT_RC := android/anboxd.rc
|
||||
LOCAL_SRC_FILES := \
|
||||
android/service/main.cpp \
|
||||
android/service/daemon.cpp \
|
||||
|
|
|
|||
2
android/anboxd.rc
Normal file
2
android/anboxd.rc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
service anboxd /system/bin/anboxd
|
||||
class boot
|
||||
Loading…
Add table
Add a link
Reference in a new issue