blob: 4b1454360c97567e0661dde331c40c38352c7381 [file] [log] [blame]
cc_library {
name: "libmedia_helper",
srcs: ["AudioParameter.cpp", "TypeConverter.cpp"],
cflags: [
"-Werror",
"-Wno-error=deprecated-declarations",
"-Wall",
],
shared: {
shared_libs: ["libutils", "liblog"],
},
clang: true,
}