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"], |
Jiyong Park | 23cd03b | 2017-03-09 11:00:30 +0900 | [diff] [blame] | 4 | proprietary: true, |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 5 | srcs: [ |
| 6 | "CameraDevice.cpp", |
| 7 | ], |
| 8 | shared_libs: [ |
| 9 | "libhidlbase", |
Yin-Chia Yeh | 12b364b | 2017-03-24 17:55:42 -0700 | [diff] [blame] | 10 | "libhidlmemory", |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 11 | "libhidltransport", |
| 12 | "libhwbinder", |
| 13 | "libutils", |
| 14 | "android.hardware.camera.device@1.0", |
| 15 | "android.hardware.camera.common@1.0", |
| 16 | "android.hardware.graphics.allocator@2.0", |
Yin-Chia Yeh | 519c167 | 2017-04-21 14:59:31 -0700 | [diff] [blame] | 17 | "android.hardware.graphics.mapper@2.0", |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 18 | "android.hardware.graphics.common@1.0", |
Yin-Chia Yeh | 12b364b | 2017-03-24 17:55:42 -0700 | [diff] [blame] | 19 | "android.hidl.allocator@1.0", |
Yin-Chia Yeh | 12b364b | 2017-03-24 17:55:42 -0700 | [diff] [blame] | 20 | "android.hidl.memory@1.0", |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 21 | "libcutils", |
| 22 | "liblog", |
| 23 | "libhardware", |
| 24 | "libcamera_metadata", |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 25 | ], |
| 26 | static_libs: [ |
Yin-Chia Yeh | c25c54f | 2017-04-04 13:00:35 -0700 | [diff] [blame] | 27 | "android.hardware.camera.common@1.0-helper" |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 28 | ], |
Yin-Chia Yeh | 1ee279d | 2017-04-17 17:44:52 -0700 | [diff] [blame] | 29 | include_dirs: [ |
| 30 | "frameworks/native/include/media/openmax" |
| 31 | ], |
Yin-Chia Yeh | 248ed70 | 2017-01-23 17:27:26 -0800 | [diff] [blame] | 32 | export_include_dirs: ["."] |
| 33 | } |
Yin-Chia Yeh | c25c54f | 2017-04-04 13:00:35 -0700 | [diff] [blame] | 34 | |