device_google_gs201/whitechapel_pro/system_server.te
Denny cy Lee d8eab32b49 Sepolicy: Pixel stats orientationCollector sepolicy
Bug: 228547969
Test: adb shell cmd stats print-logs;[do wireless charge], and below log
found
03-31 22:52:21.798   801   809 I statsd  : { uid(1000) 1648738341
240287209019 (105009)0x10000->[S] 0x20000->0[I]  }

Signed-off-by: Denny cy Lee <dennycylee@google.com>
Change-Id: I5ef5279ba7c8bf0fd3d4cf0155f5bcad79eeb6b2
2022-04-14 02:01:13 +00:00

7 lines
231 B
Text

binder_call(system_server, hal_camera_default);
# Allow system server to send sensor data callbacks to GPS
binder_call(system_server, gpsd);
# pixelstats_vendor/OrientationCollector
binder_call(system_server, pixelstats_vendor);