Temporarily disable the drm service. do not merge
Change-Id: I5cb04a9c2cc5b95443c6c0ea77132a4102ca47fc
This commit is contained in:
parent
d66aa91623
commit
a44aca6580
1 changed files with 13 additions and 11 deletions
|
|
@ -176,10 +176,11 @@ on post-fs-data
|
|||
chown root root /data/lost+found
|
||||
chmod 0770 /data/lost+found
|
||||
|
||||
# temporarily disable the drm server
|
||||
# create directory for DRM plug-ins
|
||||
mkdir /data/drm 0774 drm drm
|
||||
mkdir /data/drm/plugins 0774 drm drm
|
||||
mkdir /data/drm/plugins/native 0774 drm drm
|
||||
#mkdir /data/drm 0774 drm drm
|
||||
#mkdir /data/drm/plugins 0774 drm drm
|
||||
#mkdir /data/drm/plugins/native 0774 drm drm
|
||||
|
||||
# If there is no fs-post-data action in the init.<device>.rc file, you
|
||||
# must uncomment this line, otherwise encrypted filesystems
|
||||
|
|
@ -371,15 +372,16 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys
|
|||
onrestart restart media
|
||||
onrestart restart netd
|
||||
|
||||
service drm /system/bin/drmserver
|
||||
class main
|
||||
user drm
|
||||
group system root inet
|
||||
# temporarily disable the drm server
|
||||
#service drm /system/bin/drmserver
|
||||
#class main
|
||||
#user drm
|
||||
#group system root inet
|
||||
|
||||
service drmio /system/bin/drmioserver
|
||||
class main
|
||||
user drmio
|
||||
group drmio
|
||||
#service drmio /system/bin/drmioserver
|
||||
#class main
|
||||
#user drmio
|
||||
#group drmio
|
||||
|
||||
service media /system/bin/mediaserver
|
||||
class main
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue