Merge "bundle init.rc contents with its service"

This commit is contained in:
Tom Cherry
2015-08-21 17:42:30 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,6 @@
service bootanim /system/bin/bootanimation
class core
user graphics
group graphics audio
disabled
oneshot