Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 1 | cc_library_static { |
| 2 | name: "android.hardware.camera.common@1.0-helper", |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 3 | srcs: [ |
| 4 | "CameraModule.cpp", |
| 5 | "CameraMetadata.cpp", |
| 6 | "VendorTagDescriptor.cpp", |
| 7 | "HandleImporter.cpp"], |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 8 | 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 Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 20 | |