Merge "bundle init.rc contents with its service"
This commit is contained in:
@@ -27,6 +27,8 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_MODULE:= bootanimation
|
||||
|
||||
LOCAL_INIT_RC := bootanim.rc
|
||||
|
||||
ifdef TARGET_32_BIT_SURFACEFLINGER
|
||||
LOCAL_32_BIT_ONLY := true
|
||||
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