* commit 'b9ac485a8e49a4db080bab8ea684a9b262215563': bundle init.rc contents with its service
This commit is contained in:
@@ -27,6 +27,8 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
|
|
||||||
LOCAL_MODULE:= bootanimation
|
LOCAL_MODULE:= bootanimation
|
||||||
|
|
||||||
|
LOCAL_INIT_RC := bootanim.rc
|
||||||
|
|
||||||
ifdef TARGET_32_BIT_SURFACEFLINGER
|
ifdef TARGET_32_BIT_SURFACEFLINGER
|
||||||
LOCAL_32_BIT_ONLY := true
|
LOCAL_32_BIT_ONLY := true
|
||||||
endif
|
endif
|
||||||
|
|||||||
6
cmds/bootanimation/bootanim.rc
Normal file
6
cmds/bootanimation/bootanim.rc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
service bootanim /system/bin/bootanimation
|
||||||
|
class core
|
||||||
|
user graphics
|
||||||
|
group graphics audio
|
||||||
|
disabled
|
||||||
|
oneshot
|
||||||
Reference in New Issue
Block a user