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

Commit 078b91ea authored by Chris Phoenix's avatar Chris Phoenix Committed by Android (Google) Code Review
Browse files

Merge "vibrator HAL uses "default" service name"

parents aec0ea56 5fceed64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1581,7 +1581,7 @@ int main(int argc, char *argv[]) {

    ::android::sp<IVibrator> vibrator = nullptr;
    if (do_vibrate) {
        vibrator = IVibrator::getService("vibrator");
        vibrator = IVibrator::getService();

        if (vibrator != nullptr) {
            // cancel previous vibration if any