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

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

Snap for 6456462 from 03f5f6c9 to mainline-release

Change-Id: I758c308b7cfbc1e6f765fec5eeaca13fb2cb7da3
parents cf841cd5 03f5f6c9
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 context_hub
    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
@@ -146,9 +146,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