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

Commit b41a3853 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Fix _treble build targets breakage.

Test: ENABLE_TREBLE=true builds again.
Change-Id: I4ec504e392cf99b9b3345d90a974bd9147fd2037
parent 12c23b6c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ static status_t StatusFromResult(Result result) {
            return PERMISSION_DENIED;
        case Result::INVALID_OPERATION:
            return INVALID_OPERATION;
        case Result::NO_MEMORY:
            return NO_MEMORY;
    }
}