commit | 2c356bb91ebf146489913cef713392987c3e811b | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Oct 22 12:30:36 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Oct 23 14:33:36 2019 -0700 |
tree | 5f87f615a5efbf6b35dbc48fb14e0646907aa01b | |
parent | f61f41494e5106dbbcddd568001485306bd32937 [diff] [blame] |
adb: replace reboot service with exec of /system/bin/reboot. Test: adb reboot Test: adb reboot fastboot Change-Id: Ia4146dde7ef3ae00a782dbe68aff166d63eabdb9
diff --git a/reboot/Android.bp b/reboot/Android.bp index 805fd9a..cc71723 100644 --- a/reboot/Android.bp +++ b/reboot/Android.bp
@@ -5,4 +5,5 @@ srcs: ["reboot.c"], shared_libs: ["libcutils"], cflags: ["-Werror"], + recovery_available: true, }