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

Commit eb72a37a 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 am: 17d3fc2e

am: 59663012

Change-Id: Iaf3011a7b2f184660d0f25e93aa4cb0dfd778c85
parents 45b78e39 59663012
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -251,5 +251,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);
}