android.hardware.usb.IUsb is migrated to AIDL and runs in
its own process. android.hardware.usb.gadget.IUsbGadget
is now published in its own exclusive process
(android.hardware.usb.gadget-service). Creating
file_context and moving the selinux linux rules
for IUsbGadget implementation.
Bug: 200993386
Change-Id: Ia8c24610244856490c8271433710afb57d3da157
Merged-In: Ia8c24610244856490c8271433710afb57d3da157
(cherry picked from commit 51735ba3ab
)
6 lines
245 B
Text
6 lines
245 B
Text
# Allow system server to send sensor data callbacks to GPS and camera HALs
|
|
binder_call(system_server, gpsd);
|
|
binder_call(system_server, hal_camera_default);
|
|
|
|
# pixelstats_vendor/OrientationCollector
|
|
binder_call(system_server, pixelstats_vendor)
|