blob: cc717234ee397324bc69ea08ec03436b509e5374 [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"],
Josh Gao2c356bb2019-10-22 12:30:36 -07008 recovery_available: true,
Dan Willemsen45f05242016-07-12 22:10:56 -07009}