Merge "Hack around b/36066697." into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e139434e3a
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user