blob: eec641ad03d2c21f857c752a6370c891f8e330c6 [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"],
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08004 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