blob: 5666d14faafb40ed2ae5685fc5fb480a635f34eb [file] [log] [blame]
Kevin Rocard42aa39a2017-06-09 19:22:43 -07001// Effect configuration
2cc_library_shared {
3 name: "libeffectsconfig",
4 vendor_available: true,
5
6 srcs: ["src/EffectsConfig.cpp"],
7
8 shared_libs: [
9 "liblog",
10 "libtinyxml2",
11 ],
12
13 export_include_dirs: ["include"],
14}