blob: 16637871598e66a059d25603d72562e29727254b [file] [log] [blame]
Yin-Chia Yeh248ed702017-01-23 17:27:26 -08001cc_library_shared {
2 name: "camera.device@1.0-impl",
3 srcs: [
4 "CameraDevice.cpp",
5 ],
6 shared_libs: [
7 "libhidlbase",
8 "libhidltransport",
9 "libhwbinder",
10 "libutils",
11 "android.hardware.camera.device@1.0",
12 "android.hardware.camera.common@1.0",
13 "android.hardware.graphics.allocator@2.0",
14 "android.hardware.graphics.common@1.0",
15 "android.hidl.base@1.0",
16 "libcutils",
17 "liblog",
18 "libhardware",
19 "libcamera_metadata",
20 "libbinder",
21 ],
22 static_libs: [
23 "android.hardware.camera.common@1.0-helper"
24 ],
25 export_include_dirs: ["."]
26}
27