Merge "Hack around b/36066697." into oc-dev am: e139434e3a
am: 17d3fc2e68
Change-Id: I341c785941c3860344aa053670db8f4a5da18dd6
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user