mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "blank_screen: always exit with _exit()." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
08009ec4be
@@ -55,5 +55,6 @@ int main() {
|
||||
}
|
||||
});
|
||||
|
||||
return 0;
|
||||
// b/77934844: Avoid running static destructors.
|
||||
_exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user