blob: 5688fc192a132b60d2ecb8b84bd35648c60d2933 [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",
10 "libhidltransport",
11 "libhwbinder",
12 "libutils",
13 "android.hardware.camera.device@1.0",
14 "android.hardware.camera.common@1.0",
15 "android.hardware.graphics.allocator@2.0",
16 "android.hardware.graphics.common@1.0",
17 "android.hidl.base@1.0",
18 "libcutils",
19 "liblog",
20 "libhardware",
21 "libcamera_metadata",
22 "libbinder",
23 ],
24 static_libs: [
25 "android.hardware.camera.common@1.0-helper"
26 ],
27 export_include_dirs: ["."]
28}
29