9 lines
166 B
Text
9 lines
166 B
Text
|
// Copyright 2013 The Android Open Source Project
|
||
|
|
||
|
cc_binary {
|
||
|
name: "reboot",
|
||
|
srcs: ["reboot.c"],
|
||
|
shared_libs: ["libcutils"],
|
||
|
cflags: ["-Werror"],
|
||
|
}
|