cc_library_shared { name: "libv4l2_c2componentstore", srcs: [ "C2VDAComponentStore.cpp", ], shared_libs: [ "libstagefright_codec2", "libstagefright_codec2_vndk", "liblog", "libutils", ], cflags: [ "-Werror", "-Wall", "-std=c++14", ], export_include_dirs: [ "include", ], }