blob: 9ec266c129936606d90be4514ccc7526d7a5f102 [file] [log] [blame]
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -07001cc_library_static {
2 name: "android.hardware.camera.common@1.0-helper",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08003 srcs: [
4 "CameraModule.cpp",
5 "CameraMetadata.cpp",
6 "VendorTagDescriptor.cpp",
7 "HandleImporter.cpp"],
Yin-Chia Yehfaef8f92016-10-31 12:53:56 -07008 cflags: [
9 "-Werror",
10 "-Wextra",
11 "-Wall",
12 ],
13 shared_libs: [
14 "liblog",
15 "libhardware",
16 "libcamera_metadata"],
17 include_dirs: ["system/media/private/camera/include"],
18 export_include_dirs : ["include"]
19}
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080020