Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
22a10f6766cd3ae07217b9a93c44381f52aa7018
/
.
/
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"
],
}