libcutils: android_reboot command should be unsigned.
Hex literals have the type of the first type they fit in. The reboot constants are large enough that that's `unsigned` rather than `int`. Bug: http://b/76110968 Test: treehugger Change-Id: Iac4fe61d1fe572297febf0b57e34d698942469f9
Loading
Please register or sign in to comment