summaryrefslogtreecommitdiffstats
blob: 805fd9a1b9ed88862fa733565865c8f0cb143c2d (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2013 The Android Open Source Project

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