blob: a3f19e41671e46b251de847558a867f6aef49a3a [file] [log] [blame]
Dan Willemsena2b50fb2016-09-22 16:05:13 -07001cc_library_shared {
2 name: "libaudioroute",
3 srcs: ["audio_route.c"],
4 shared_libs: [
5 "liblog",
6 "libcutils",
7 "libutils",
8 "libexpat",
9 "libtinyalsa",
10 ],
11 cflags: [
12 "-Werror",
13 "-Wall",
14 ],
15}