blob: 805fd9a1b9ed88862fa733565865c8f0cb143c2d [file] [log] [blame]
Dan Willemsen45f05242016-07-12 22:10:56 -07001// Copyright 2013 The Android Open Source Project
2
3cc_binary {
4 name: "reboot",
5 srcs: ["reboot.c"],
6 shared_libs: ["libcutils"],
7 cflags: ["-Werror"],
8}