OSDN Git Service

RDS PI is a number, not a string.
[android-x86/system-media.git] / audio_route / Android.bp
1 cc_library_shared {
2     name: "libaudioroute",
3     vendor_available: true,
4     srcs: ["audio_route.c"],
5     shared_libs: [
6         "liblog",
7         "libcutils",
8         "libutils",
9         "libexpat",
10         "libtinyalsa",
11     ],
12     cflags: [
13         "-Werror",
14         "-Wall",
15     ],
16 }