summaryrefslogtreecommitdiff
path: root/cmds/bugreport/Android.bp
blob: 24044a64b09a5de332c76735aa1dbdc18933c34c (plain)
1
2
3
4
5
6
cc_binary {
    name: "bugreport",
    srcs: ["bugreport.cpp"],
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libcutils"],
}