This service no longer exists in the UCI stack. Bug: 186585880 Test: Manual UWB tests Change-Id: I198a20f85cb24f9e38035fa037609d6541640d9e
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)
|