- Add policies for GCA-Eng to access GXP device. - Allow GCA-Eng to access edgetpu service. Test: Build selinux and test GCA-Eng on device with adb shell setprop camera.artemis_dsp TRUE Bug: 230773733 Change-Id: I8d04f6e1aef0899b3862ddbb80174cd086156d92
5 lines
No EOL
219 B
Text
5 lines
No EOL
219 B
Text
userdebug_or_eng(`
|
|
# Allows GCA-Eng to find and access the EdgeTPU.
|
|
allow debug_camera_app edgetpu_app_service:service_manager find;
|
|
allow debug_camera_app edgetpu_device:chr_file { getattr read write ioctl map };
|
|
') |