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

am: e139434e3a

Change-Id: I422d2b73fc854047d1293919c25f0656df0842c9
This commit is contained in:
Josh Gao
2017-06-20 04:30:07 +00:00
committed by android-build-merger

View File

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