bundle init.rc contents with its service

Bug: 23186545
Change-Id: I080e73d6a124873c2ddd0fba85315d7082faf3f5
This commit is contained in:
Tom Cherry
2015-08-14 13:01:13 -07:00
parent 9bcb0fcc21
commit c2de7a7e87
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