blob: 10f9fdb5fd6f060735b8a1c3d8c240ed67b2c046 [file] [log] [blame]
cc_library_static {
name: "android.hardware.camera.common@1.0-helper",
vendor: true,
defaults: ["hidl_defaults"],
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"]
}