Allow Tachyon service to binder call a shell program
Our Tachyon tests are running as shell program. We need this CL, so we can successfully run the tests without `adb root`. Bug: 353826183 Test: All tests in `run_tachyon_tests.py` passed after disabling the stress tests (cl/653778337) Change-Id: I7275029f5a837243c81968d5b53ffc3b00ddf9a5 Flag: EXEMPT bugfix
This commit is contained in:
parent
21f38c7d0d
commit
5c45a3e263
1 changed files with 5 additions and 0 deletions
|
@ -60,3 +60,8 @@ allow edgetpu_tachyon_server privapp_data_file:file { map read};
|
||||||
userdebug_or_eng(`
|
userdebug_or_eng(`
|
||||||
allow edgetpu_tachyon_server shell_data_file:file { map read};
|
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