Kevin Rocard | f8ad7f8 | 2018-01-17 15:57:39 -0800 | [diff] [blame^] | 1 | cc_library_shared { |
2 | name: "libeffectproxy", | ||||
3 | relative_install_path: "soundfx", | ||||
4 | |||||
5 | vendor: true, | ||||
6 | srcs: ["EffectProxy.cpp"], | ||||
7 | |||||
8 | include_dirs: ["."], | ||||
9 | |||||
10 | cflags: [ | ||||
11 | "-fvisibility=hidden", | ||||
12 | "-Wall", | ||||
13 | "-Werror", | ||||
14 | ], | ||||
15 | |||||
16 | shared_libs: [ | ||||
17 | "liblog", | ||||
18 | "libcutils", | ||||
19 | "libutils", | ||||
20 | "libdl", | ||||
21 | "libeffects", | ||||
22 | ], | ||||
23 | header_libs: [ | ||||
24 | "android.hardware.audio.effect.legacy@2.0", | ||||
25 | ], | ||||
26 | } |