blob: 4398a910d1265b578841a323007f2f4961e7fc78 [file] [log] [blame]
Kevin Rocard42aa39a2017-06-09 19:22:43 -07001// Effect configuration
2cc_library_shared {
3 name: "libeffectsconfig",
4 vendor_available: true,
5
6 srcs: ["src/EffectsConfig.cpp"],
7
8 shared_libs: [
9 "liblog",
10 "libtinyxml2",
11 ],
12
Steven Moreland13e2fda2017-07-14 10:38:40 -070013 header_libs: ["libaudio_system_headers"],
14 export_header_lib_headers: ["libaudio_system_headers"],
15
Kevin Rocard42aa39a2017-06-09 19:22:43 -070016 export_include_dirs: ["include"],
17}