Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9babdbb authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-8244a883-eac1-43aa-b800-33dd285ccdd1-for-git_pi-release-433276...

release-request-8244a883-eac1-43aa-b800-33dd285ccdd1-for-git_pi-release-4332766 snap-temp-L47800000102000453

Change-Id: I5852ec4274639462fb416ecc0c5bae07a9ec0e03
parents 33a59e4d a7aea2d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
service audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
service vendor.audio-hal-2-0 /vendor/bin/hw/android.hardware.audio@2.0-service
    class hal
    user audioserver
    # media gid needed for /dev/fm (radio) and for /data/misc/media (tee)
+1 −1
Original line number Diff line number Diff line
service evs-hal-mock /vendor/bin/hw/android.hardware.automotive.evs@1.0-service
service vendor.evs-hal-mock /vendor/bin/hw/android.hardware.automotive.evs@1.0-service
    class hal
    user automotive_evs
    group automotive_evs
+1 −1
Original line number Diff line number Diff line
service vehicle-hal-2.0 /vendor/bin/hw/android.hardware.automotive.vehicle@2.0-service
service vendor.vehicle-hal-2.0 /vendor/bin/hw/android.hardware.automotive.vehicle@2.0-service
    class hal
    user vehicle_network
    group system inet
+1 −1
Original line number Diff line number Diff line
service fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service
    # "class hal" causes a race condition on some devices due to files created
    # in /data. As a workaround, postpone startup until later in boot once
    # /data is mounted.
+5 −5
Original line number Diff line number Diff line
service bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service
service vendor.bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service
    class hal
    user bluetooth
    group bluetooth
    writepid /dev/stune/foreground/tasks

on property:vts.native_server.on=1 && property:ro.build.type=userdebug
    stop bluetooth-1-0
    stop vendor.bluetooth-1-0
on property:vts.native_server.on=1 && property:ro.build.type=eng
    stop bluetooth-1-0
    stop vendor.bluetooth-1-0
on property:vts.native_server.on=0 && property:ro.build.type=userdebug
    start bluetooth-1-0
    start vendor.bluetooth-1-0
on property:vts.native_server.on=0 && property:ro.build.type=eng
    start bluetooth-1-0
    start vendor.bluetooth-1-0
Loading