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", |
Steven Moreland | 48c5224 | 2017-03-08 16:11:32 -0800 | [diff] [blame^] | 3 | defaults: ["hidl_defaults"], |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 4 | srcs: [ |
| 5 | "CameraModule.cpp", |
| 6 | "CameraMetadata.cpp", |
| 7 | "VendorTagDescriptor.cpp", |
| 8 | "HandleImporter.cpp"], |
Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 9 | cflags: [ |
| 10 | "-Werror", |
| 11 | "-Wextra", |
| 12 | "-Wall", |
| 13 | ], |
| 14 | shared_libs: [ |
| 15 | "liblog", |
| 16 | "libhardware", |
| 17 | "libcamera_metadata"], |
| 18 | include_dirs: ["system/media/private/camera/include"], |
| 19 | export_include_dirs : ["include"] |
| 20 | } |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 21 | |