Merge "Hack around b/36066697." into oc-dev
am: e139434e3a
Change-Id: I422d2b73fc854047d1293919c25f0656df0842c9
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