1cc_binary {
2    name: "bugreport",
3    srcs: ["bugreport.cpp"],
4    cflags: ["-Wall", "-Werror"],
5    shared_libs: ["libcutils"],
6}
7