platform_frameworks_native/cmds/bugreport/Android.bp
Chih-Hung Hsieh 734e378a73 Use -Werror in frameworks/native/cmds
* Remove or comment out unused variables/functions.

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I15a463eb9a20bc12787c104f671063ceeafaa1cc
2017-10-09 15:16:59 -07:00

6 lines
132 B
Text

cc_binary {
name: "bugreport",
srcs: ["bugreport.cpp"],
cflags: ["-Wall", "-Werror"],
shared_libs: ["libcutils"],
}