summaryrefslogtreecommitdiff
path: root/reboot/Android.bp
blob: cc717234ee397324bc69ea08ec03436b509e5374 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2013 The Android Open Source Project

cc_binary {
    name: "reboot",
    srcs: ["reboot.c"],
    shared_libs: ["libcutils"],
    cflags: ["-Werror"],
    recovery_available: true,
}