blob: 8493e30469dee37bb4578f69297f593e3b1705db [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",
Mikhail Naganovedc0ae12020-04-14 14:47:01 -070018 "libcutils",
Kevin Rocard42aa39a2017-06-09 19:22:43 -070019 ],
20
Steven Moreland13e2fda2017-07-14 10:38:40 -070021 header_libs: ["libaudio_system_headers"],
22 export_header_lib_headers: ["libaudio_system_headers"],
23
Kevin Rocard42aa39a2017-06-09 19:22:43 -070024 export_include_dirs: ["include"],
25}