Merge "blank_screen: always exit with _exit()." into pi-dev
am: 08009ec4be
Change-Id: I01cc0839ff1b77bcdea468160f5c4e7133e41886
This commit is contained in:
commit
8cb450467e
1 changed files with 2 additions and 1 deletions
|
@ -55,5 +55,6 @@ int main() {
|
|||
}
|
||||
});
|
||||
|
||||
return 0;
|
||||
// b/77934844: Avoid running static destructors.
|
||||
_exit(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue