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

Commit e59adb86 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "vibrator HAL uses "default" service name"

parents bcd50f24 79f18a28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,5 +22,5 @@ using android::hardware::vibrator::V1_0::IVibrator;
using android::hardware::defaultPassthroughServiceImplementation;

int main() {
    return defaultPassthroughServiceImplementation<IVibrator>("vibrator");
    return defaultPassthroughServiceImplementation<IVibrator>();
}