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

This commit is contained in:
TreeHugger Robot
2017-06-20 04:24:08 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}