blob: a3f19e41671e46b251de847558a867f6aef49a3a [file] [log] [blame]
cc_library_shared {
name: "libaudioroute",
srcs: ["audio_route.c"],
shared_libs: [
"liblog",
"libcutils",
"libutils",
"libexpat",
"libtinyalsa",
],
cflags: [
"-Werror",
"-Wall",
],
}