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

Commit 8effb089 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Hack around b/36066697." into oc-dev

am: e139434e

Change-Id: I97427d86074cea38ca6aa59264e98a5d81645830
parents 4d813757 e139434e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -214,5 +214,7 @@ int main(int argc, char** argv)
    if (mapbase != MAP_FAILED) {
        munmap((void *)mapbase, mapsize);
    }
    return 0;

    // b/36066697: Avoid running static destructors.
    _exit(1);
}