Yin-Chia Yeh | faef8f9 | 2016-10-31 12:53:56 -0700 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.camera.device@3.2-impl", |
| 3 | srcs: ["CameraDevice.cpp", |
| 4 | "CameraDeviceSession.cpp", |
| 5 | "convert.cpp"], |
| 6 | shared_libs: [ |
| 7 | "libhidlbase", |
| 8 | "libhidltransport", |
| 9 | "libhwbinder", |
| 10 | "libutils", |
| 11 | "libcutils", |
| 12 | "android.hardware.camera.device@3.2", |
| 13 | "android.hardware.camera.provider@2.4", |
| 14 | "liblog", |
| 15 | "libhardware", |
| 16 | "libcamera_metadata" |
| 17 | ], |
| 18 | static_libs: [ |
| 19 | "android.hardware.camera.common@1.0-helper" |
| 20 | ], |
| 21 | export_include_dirs: ["."] |
| 22 | } |
Yin-Chia Yeh | 10d6834 | 2017-01-10 14:21:06 -0800 | [diff] [blame] | 23 | |
| 24 | cc_library_shared { |
| 25 | name: "android.hardware.camera.device@3.2-impl-binderized", |
| 26 | srcs: ["CameraDevice.cpp", |
| 27 | "CameraDeviceSession.cpp", |
| 28 | "convert.cpp"], |
| 29 | cppflags: ["-DBINDERIZED"], |
| 30 | shared_libs: [ |
| 31 | "libhidlbase", |
| 32 | "libhidltransport", |
| 33 | "libhwbinder", |
| 34 | "libutils", |
| 35 | "libcutils", |
| 36 | "android.hardware.camera.device@3.2", |
| 37 | "android.hardware.camera.provider@2.4", |
| 38 | "liblog", |
| 39 | "libhardware", |
| 40 | "libcamera_metadata" |
| 41 | ], |
| 42 | static_libs: [ |
| 43 | "android.hardware.camera.common@1.0-helper" |
| 44 | ], |
| 45 | export_include_dirs: ["."] |
| 46 | } |