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

Commit 8cb45046 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "blank_screen: always exit with _exit()." into pi-dev

am: 08009ec4

Change-Id: I01cc0839ff1b77bcdea468160f5c4e7133e41886
parents d0d50652 08009ec4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,5 +55,6 @@ int main() {
        }
    });

    return 0;
    // b/77934844: Avoid running static destructors.
    _exit(1);
}