blob: 10f3e67b22432327a1b7704082b726eaa887f25c [file] [log] [blame]
cc_library_headers {
name: "libaudiofoundation_headers",
vendor_available: true,
export_include_dirs: ["include"],
}
cc_library_shared {
name: "libaudiofoundation",
vendor_available: true,
srcs: [
"AudioContainers.cpp",
"AudioGain.cpp",
"AudioPort.cpp",
"AudioProfile.cpp",
"DeviceDescriptorBase.cpp",
],
shared_libs: [
"libaudioutils",
"libbase",
"libbinder",
"liblog",
"libmedia_helper",
"libutils",
],
header_libs: [
"libaudio_system_headers",
"libaudioclient_headers",
"libaudiofoundation_headers",
],
export_header_lib_headers: ["libaudiofoundation_headers"],
cflags: [
"-Werror",
"-Wall",
],
}