Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "camera.device@1.0-impl", |
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 | "CameraDevice.cpp", |
| 6 | ], |
| 7 | shared_libs: [ |
| 8 | "libhidlbase", |
| 9 | "libhidltransport", |
| 10 | "libhwbinder", |
| 11 | "libutils", |
| 12 | "android.hardware.camera.device@1.0", |
| 13 | "android.hardware.camera.common@1.0", |
| 14 | "android.hardware.graphics.allocator@2.0", |
| 15 | "android.hardware.graphics.common@1.0", |
| 16 | "android.hidl.base@1.0", |
| 17 | "libcutils", |
| 18 | "liblog", |
| 19 | "libhardware", |
| 20 | "libcamera_metadata", |
| 21 | "libbinder", |
| 22 | ], |
| 23 | static_libs: [ |
| 24 | "android.hardware.camera.common@1.0-helper" |
| 25 | ], |
| 26 | export_include_dirs: ["."] |
| 27 | } |
| 28 | |