blob: c2a6169eedcd67971ef10017f266cfcf9270fa11 [file] [log] [blame]
cc_library_shared {
name: "libv4l2_codec2_store",
vendor: true,
defaults: [
"libcodec2-impl-defaults",
],
srcs: [
"V4L2ComponentStore.cpp",
],
export_include_dirs: [
"include",
],
shared_libs: [
"libcutils",
"liblog",
],
static_libs: [
"libv4l2_codec2_common",
],
cflags: [
"-Werror",
"-Wall",
"-Wthread-safety", // Check thread annotation at build time.
],
}