blob: 3e88c7c0960a5fda771a308654fda3935b0d77f0 [file] [log] [blame]
Kevin Rocard42aa39a2017-06-09 19:22:43 -07001// Effect configuration
2cc_library_shared {
3 name: "libeffectsconfig",
Kevin Rocard07be14f2018-01-24 06:14:03 +00004 vendor_available: true,
Kevin Rocard42aa39a2017-06-09 19:22:43 -07005
6 srcs: ["src/EffectsConfig.cpp"],
7
Chih-Hung Hsieh2324f452017-11-30 15:30:04 -08008 cflags: [
9 "-Wall",
10 "-Werror",
11 ],
12
Kevin Rocard42aa39a2017-06-09 19:22:43 -070013 shared_libs: [
14 "liblog",
15 "libtinyxml2",
16 ],
17
Steven Moreland13e2fda2017-07-14 10:38:40 -070018 header_libs: ["libaudio_system_headers"],
19 export_header_lib_headers: ["libaudio_system_headers"],
20
Kevin Rocard42aa39a2017-06-09 19:22:43 -070021 export_include_dirs: ["include"],
22}