• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Re-start the service on rebootless-update
2on property:apex.com.google.emulated.camera.provider.hal.ready=true
3    start vendor.camera-provider-2-7-google
4
5service vendor.camera-provider-2-7-google /apex/com.google.emulated.camera.provider.hal/bin/hw/android.hardware.camera.provider@2.7-service-google
6    class hal
7    user system
8    group system
9    capabilities SYS_NICE
10    rlimit rtprio 10 10
11    task_profiles CameraServiceCapacity CameraServicePerformance
12