Home | History | Annotate | Download | only in default
      1 cc_library_shared {
      2     name: "camera.device (a] 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 (a] 1.0",
     15         "android.hardware.camera.common (a] 1.0",
     16         "android.hardware.graphics.allocator (a] 2.0",
     17         "android.hardware.graphics.mapper (a] 2.0",
     18         "android.hardware.graphics.common (a] 1.0",
     19         "android.hidl.allocator (a] 1.0",
     20         "android.hidl.memory (a] 1.0",
     21         "libcutils",
     22         "liblog",
     23         "libhardware",
     24         "libcamera_metadata",
     25     ],
     26     static_libs: [
     27         "android.hardware.camera.common (a] 1.0-helper"
     28     ],
     29     header_libs: [
     30         "media_plugin_headers",
     31     ],
     32     include_dirs: [
     33         "frameworks/native/include/media/openmax"
     34     ],
     35     export_include_dirs: ["."]
     36 }
     37 
     38