blob: 3e5c6d7812de0e30f00c2847b3440b8247a33d8c [file] [log] [blame]
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -07001cc_library_static {
2 name: "android.hardware.camera.common@1.0-helper",
Martijn Coenen14adc6e2017-06-20 08:56:12 -07003 vendor_available: true,
Steven Moreland48c52242017-03-08 16:11:32 -08004 defaults: ["hidl_defaults"],
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08005 srcs: [
6 "CameraModule.cpp",
7 "CameraMetadata.cpp",
Jiyong Parkb9b59bd2017-06-12 17:08:52 +09008 "CameraParameters.cpp",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08009 "VendorTagDescriptor.cpp",
Yuriy Romanenko33d5f662018-01-23 13:00:17 -080010 "HandleImporter.cpp",
11 "Exif.cpp"
12 ],
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070013 cflags: [
14 "-Werror",
15 "-Wextra",
16 "-Wall",
17 ],
18 shared_libs: [
19 "liblog",
20 "libhardware",
Yin-Chia Yeh519c1672017-04-21 14:59:31 -070021 "libcamera_metadata",
Yuriy Romanenko33d5f662018-01-23 13:00:17 -080022 "android.hardware.graphics.mapper@2.0",
Shuzhen Wang915115e2019-05-10 12:07:14 -070023 "android.hardware.graphics.mapper@3.0",
Yuriy Romanenko33d5f662018-01-23 13:00:17 -080024 "libexif",
25 ],
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -070026 include_dirs: ["system/media/private/camera/include"],
27 export_include_dirs : ["include"]
28}
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080029