cc_library_shared { | |
name: "libeffectproxy", | |
relative_install_path: "soundfx", | |
vendor: true, | |
srcs: ["EffectProxy.cpp"], | |
include_dirs: ["."], | |
cflags: [ | |
"-fvisibility=hidden", | |
"-Wall", | |
"-Werror", | |
], | |
shared_libs: [ | |
"liblog", | |
"libcutils", | |
"libutils", | |
"libdl", | |
"libeffects", | |
], | |
header_libs: [ | |
"android.hardware.audio.effect.legacy@2.0", | |
], | |
} |