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

Commit 8107480e authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

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

am: c89f8821

Change-Id: Icac3762b594951066f7640a26dc32c548f21a8a1
parents f11409a8 c89f8821
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -55,6 +55,5 @@ int main() {
        }
    });

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