Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
45f05240c2d9d1f3903e2766b4883e256288f6c2
/
.
/
reboot
/
Android.bp
blob: 805fd9a1b9ed88862fa733565865c8f0cb143c2d [
file
] [
log
] [
blame
]
Dan Willemsen
45f0524
2016-07-12 22:10:56 -0700
[
diff
] [
blame^
]
1
// Copyright 2013 The Android Open Source Project
2
3
cc_binary
{
4
name
:
"reboot"
,
5
srcs
:
[
"reboot.c"
],
6
shared_libs
:
[
"libcutils"
],
7
cflags
:
[
"-Werror"
],
8
}