blob: 8476f826fdf78d4c9e4fb3b3aff80bd5f7b7029e [file] [log] [blame]
Kevin Rocard42aa39a2017-06-09 19:22:43 -07001// Effect configuration
Kevin Rocard469a7882018-05-14 19:39:18 -07002cc_library {
Kevin Rocard42aa39a2017-06-09 19:22:43 -07003 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",
François Gaffiec1b0fe42020-01-07 09:12:36 +010016 "libutils",
17 "libmedia_helper",
Kevin Rocard42aa39a2017-06-09 19:22:43 -070018 ],
19
Steven Moreland13e2fda2017-07-14 10:38:40 -070020 header_libs: ["libaudio_system_headers"],
21 export_header_lib_headers: ["libaudio_system_headers"],
22
Kevin Rocard42aa39a2017-06-09 19:22:43 -070023 export_include_dirs: ["include"],
24}