You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
333 B

cc_library_shared {
name: "libaudioroute",
vendor_available: true,
vndk: {
enabled: true,
},
srcs: ["audio_route.c"],
shared_libs: [
"liblog",
"libcutils",
"libutils",
"libexpat",
"libtinyalsa",
],
cflags: [
"-Werror",
"-Wall",
],
}