Kevin Rocard | 42aa39a | 2017-06-09 19:22:43 -0700 | [diff] [blame] | 1 | // Effect configuration |
| 2 | cc_library_shared { |
| 3 | name: "libeffectsconfig", |
| 4 | vendor_available: true, |
| 5 | |
| 6 | srcs: ["src/EffectsConfig.cpp"], |
| 7 | |
Chih-Hung Hsieh | 2324f45 | 2017-11-30 15:30:04 -0800 | [diff] [blame^] | 8 | cflags: [ |
| 9 | "-Wall", |
| 10 | "-Werror", |
| 11 | ], |
| 12 | |
Kevin Rocard | 42aa39a | 2017-06-09 19:22:43 -0700 | [diff] [blame] | 13 | shared_libs: [ |
| 14 | "liblog", |
| 15 | "libtinyxml2", |
| 16 | ], |
| 17 | |
Steven Moreland | 13e2fda | 2017-07-14 10:38:40 -0700 | [diff] [blame] | 18 | header_libs: ["libaudio_system_headers"], |
| 19 | export_header_lib_headers: ["libaudio_system_headers"], |
| 20 | |
Kevin Rocard | 42aa39a | 2017-06-09 19:22:43 -0700 | [diff] [blame] | 21 | export_include_dirs: ["include"], |
| 22 | } |