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

Commit cfb94787 authored by davidln's avatar davidln Committed by David Nelloms
Browse files

Propagate set events in the emulated vehicle HAL.

Bug: 110105682

Test: build, deploy, test updating temp via app UI, temp change reflected in subscribed system UI
Change-Id: I75e6825ff9450f977c1f5d7f2b97bca6c78f1883
(cherry picked from commit 6d8110ffbf7e964246c13810d909b3a5cf7818b6)
parent 95383400
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -187,6 +187,7 @@ StatusCode EmulatedVehicleHal::set(const VehiclePropValue& propValue) {
    }

    getEmulatorOrDie()->doSetValueFromClient(propValue);
    doHalEvent(getValuePool()->obtain(propValue));

    return StatusCode::OK;
}