rootdir: move RGX service to the service section

This commit is contained in:
ggow
2019-06-15 16:28:16 +01:00
parent eee9cbd67d
commit 74fb3d23cd
+7 -7
View File
@@ -197,13 +197,6 @@ on fs
write /proc/bootprof "INIT:eMMC:Mount_END"
setprop ro.crypto.fuse_sdcard true
# RGX init
service pvrsrvctl /system/vendor/bin/pvrsrvctl --start
class core
user root
group root
oneshot
on post-fs-data
mkdir /data/nvram 2771 root system
mkdir /data/media 0770 media_rw media_rw
@@ -442,6 +435,13 @@ on charger
########## SERVICES ##########
# RGX init
service pvrsrvctl /system/vendor/bin/pvrsrvctl --start
class core
user root
group root
oneshot
# drm operation server
service kisd /system/bin/kisd
class main