17 lines
356 B
Text
17 lines
356 B
Text
// Effect configuration
|
|
cc_library_shared {
|
|
name: "libeffectsconfig",
|
|
vendor_available: true,
|
|
|
|
srcs: ["src/EffectsConfig.cpp"],
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libtinyxml2",
|
|
],
|
|
|
|
header_libs: ["libaudio_system_headers"],
|
|
export_header_lib_headers: ["libaudio_system_headers"],
|
|
|
|
export_include_dirs: ["include"],
|
|
}
|