blob: 9bb9b71e6603c860fe7cbcf37793efcb34958761 [file] [log] [blame]
cc_binary {
name: "anrd",
srcs: ["ANRdaemon.cpp"],
cflags: [
"-Wall",
"-Werror",
],
shared_libs: [
"liblog",
"libbinder",
"libcutils",
"libutils",
"libz",
],
}