1cc_library_shared {
2    name: "camera.device@1.0-impl",
3    defaults: ["hidl_defaults"],
4    proprietary: true,
5    srcs: [
6        "CameraDevice.cpp",
7    ],
8    shared_libs: [
9        "libhidlbase",
10        "libhidlmemory",
11        "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",
17        "android.hardware.graphics.mapper@2.0",
18        "android.hardware.graphics.common@1.0",
19        "android.hidl.allocator@1.0",
20        "android.hidl.base@1.0",
21        "android.hidl.memory@1.0",
22        "libcutils",
23        "liblog",
24        "libhardware",
25        "libcamera_metadata",
26    ],
27    static_libs: [
28        "android.hardware.camera.common@1.0-helper"
29    ],
30    include_dirs: [
31        "frameworks/native/include/media/openmax"
32    ],
33    export_include_dirs: ["."]
34}
35
36