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

Commit 8e9a42e8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "light HAL uses "default" service name"

parents d11b9e77 e9d42dec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ static void setLight_native(

    // TODO(b/31632518)
    if (gLight == nullptr) {
        gLight = ILight::getService("light");
        gLight = ILight::getService();
    }

    if (gLight == nullptr) {