Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_core
/
4a8b178c97ccc388a9c94663dfd7e1c614ffba64
/
.
/
reboot
/
Android.bp
blob: 805fd9a1b9ed88862fa733565865c8f0cb143c2d [
file
] [
log
] [
blame
]
// Copyright 2013 The Android Open Source Project
cc_binary
{
name
:
"reboot"
,
srcs
:
[
"reboot.c"
],
shared_libs
:
[
"libcutils"
],
cflags
:
[
"-Werror"
],
}