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

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

Snap for 6456040 from 05a93f35 to rvc-release

Change-Id: I11cb803cf77b5ec1a69f72294f20495df8a4cb90
parents bc62c155 05a93f35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,5 +5,5 @@ service vendor.audio-hal /vendor/bin/hw/android.hardware.audio.service
    group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct wakelock
    capabilities BLOCK_SUSPEND
    ioprio rt 4
    writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
    task_profiles ProcessCapacityHigh HighPerformance
    onrestart restart audioserver
+1 −3
Original line number Diff line number Diff line
@@ -175,9 +175,7 @@ StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) {
        // here, since we never send the control signal back, the value of 'updateStatus' flag
        // does not matter here.
        auto status = mVehicleClient->setProperty(propValue, updateStatus);
        if (status != StatusCode::OK) {
        return status;
        }
    } else if (mHvacPowerProps.count(propValue.prop)) {
        auto hvacPowerOn = mPropStore->readValueOrNull(
            toInt(VehicleProperty::HVAC_POWER_ON),
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@ service vendor.bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-servi
    capabilities BLOCK_SUSPEND NET_ADMIN SYS_NICE
    user bluetooth
    group bluetooth
    writepid /dev/stune/foreground/tasks
    task_profiles HighPerformance
+1 −1
Original line number Diff line number Diff line
@@ -5,5 +5,5 @@ service vendor.bluetooth-1-1 /vendor/bin/hw/android.hardware.bluetooth@1.1-servi
    capabilities BLOCK_SUSPEND NET_ADMIN SYS_NICE
    user bluetooth
    group bluetooth
    writepid /dev/stune/foreground/tasks
    task_profiles HighPerformance
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ service vendor.camera-provider-2-4-ext /vendor/bin/hw/android.hardware.camera.pr
    group audio camera input drmrpc usb
    ioprio rt 4
    capabilities SYS_NICE
    writepid /dev/cpuset/camera-daemon/tasks /dev/stune/top-app/tasks
    task_profiles CameraServiceCapacity MaxPerformance
Loading