Sign in
fuchsia
/
third_party
/
android.googlesource.com
/
platform
/
system
/
core
/
be823d71bdf70f3636fce8cf7a3e205f9f5baca2
/
.
/
reboot
/
Android.bp
blob: cc717234ee397324bc69ea08ec03436b509e5374 [
file
] [
log
] [
blame
]
// Copyright 2013 The Android Open Source Project
cc_binary
{
name
:
"reboot"
,
srcs
:
[
"reboot.c"
],
shared_libs
:
[
"libcutils"
],
cflags
:
[
"-Werror"
],
recovery_available
:
true
,
}