blob: 9ec266c129936606d90be4514ccc7526d7a5f102 [file] [log] [blame]
cc_library_static {
name: "android.hardware.camera.common@1.0-helper",
srcs: [
"CameraModule.cpp",
"CameraMetadata.cpp",
"VendorTagDescriptor.cpp",
"HandleImporter.cpp"],
cflags: [
"-Werror",
"-Wextra",
"-Wall",
],
shared_libs: [
"liblog",
"libhardware",
"libcamera_metadata"],
include_dirs: ["system/media/private/camera/include"],
export_include_dirs : ["include"]
}