Update policy for ECOService switch to NDK binder
Test: atest EcoServiceTest EcoDessionTest CodecInitializationLatencyTest Bug: 301379330 Change-Id: Id7bcdda8e4c523d8f991a52875114cf786b0ae6d
This commit is contained in:
parent
b5873491c3
commit
f81fcb76b3
4 changed files with 2 additions and 1 deletions
1
mediacodec/common/sepolicy/service.te
Normal file
1
mediacodec/common/sepolicy/service.te
Normal file
|
@ -0,0 +1 @@
|
|||
type eco_service, service_manager_type;
|
|
@ -1 +0,0 @@
|
|||
type eco_service, vndservice_manager_type;
|
|
@ -5,6 +5,7 @@ init_daemon_domain(mediacodec_samsung)
|
|||
hal_server_domain(mediacodec_samsung, hal_codec2)
|
||||
add_service(mediacodec_samsung, eco_service)
|
||||
|
||||
binder_use(mediacodec_samsung)
|
||||
vndbinder_use(mediacodec_samsung)
|
||||
|
||||
allow mediacodec_samsung video_device:chr_file rw_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue