blob: 1a349d6a3e707bcc05d13893640849ac0020f64a [file] [log] [blame]
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08001cc_library_shared {
2 name: "camera.device@1.0-impl",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Jiyong Park23cd03b2017-03-09 11:00:30 +09004 proprietary: true,
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08005 srcs: [
6 "CameraDevice.cpp",
7 ],
8 shared_libs: [
9 "libhidlbase",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070010 "libhidlmemory",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080011 "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 Yeh519c1672017-04-21 14:59:31 -070017 "android.hardware.graphics.mapper@2.0",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080018 "android.hardware.graphics.common@1.0",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070019 "android.hidl.allocator@1.0",
Yin-Chia Yeh12b364b2017-03-24 17:55:42 -070020 "android.hidl.memory@1.0",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080021 "libcutils",
22 "liblog",
23 "libhardware",
24 "libcamera_metadata",
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080025 ],
26 static_libs: [
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070027 "android.hardware.camera.common@1.0-helper"
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080028 ],
Yin-Chia Yeh1ee279d2017-04-17 17:44:52 -070029 include_dirs: [
30 "frameworks/native/include/media/openmax"
31 ],
Yin-Chia Yeh248ed702017-01-23 17:27:26 -080032 export_include_dirs: ["."]
33}
Yin-Chia Yehc25c54f2017-04-04 13:00:35 -070034