Home | History | Annotate | Download | only in reboot
      1 // Copyright 2013 The Android Open Source Project
      2 
      3 cc_binary {
      4     name: "reboot",
      5     srcs: ["reboot.c"],
      6     shared_libs: ["libcutils"],
      7     cflags: ["-Werror"],
      8 }
      9