Merge "blank_screen: always exit with _exit()." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-05-22 23:52:33 +00:00
committed by Android (Google) Code Review

View File

@@ -55,5 +55,6 @@ int main() {
}
});
return 0;
// b/77934844: Avoid running static destructors.
_exit(1);
}