Merge "Allow Tachyon service to binder call a shell program" into main
This commit is contained in:
commit
aab6967f85
1 changed files with 5 additions and 0 deletions
|
@ -63,3 +63,8 @@ allow edgetpu_tachyon_server privapp_data_file:file { map read};
|
|||
userdebug_or_eng(`
|
||||
allow edgetpu_tachyon_server shell_data_file:file { map read};
|
||||
')
|
||||
|
||||
# For shell level testing
|
||||
userdebug_or_eng(`
|
||||
binder_call(edgetpu_tachyon_server, shell);
|
||||
')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue