commit | 1cb2821826a84d31428a338895a91767997458d9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 02 09:19:46 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 02 09:19:46 2019 -0700 |
tree | fe2e03de2e508d9fad8163037635a33b7cb5f527 | |
parent | e398baa35b5873e32fef4398a3ac6d8b70ecd091 [diff] |
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