Home | History | Annotate | Download | only in 2.0
      1 // This file is autogenerated by hidl-gen. Do not edit manually.
      2 
      3 filegroup {
      4     name: "android.hardware.graphics.allocator (a] 2.0_hal",
      5     srcs: [
      6         "IAllocator.hal",
      7     ],
      8 }
      9 
     10 genrule {
     11     name: "android.hardware.graphics.allocator (a] 2.0_genc++",
     12     tools: ["hidl-gen"],
     13     cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.allocator (a] 2.0",
     14     srcs: [
     15         ":android.hardware.graphics.allocator (a] 2.0_hal",
     16     ],
     17     out: [
     18         "android/hardware/graphics/allocator/2.0/AllocatorAll.cpp",
     19     ],
     20 }
     21 
     22 genrule {
     23     name: "android.hardware.graphics.allocator (a] 2.0_genc++_headers",
     24     tools: ["hidl-gen"],
     25     cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.allocator (a] 2.0",
     26     srcs: [
     27         ":android.hardware.graphics.allocator (a] 2.0_hal",
     28     ],
     29     out: [
     30         "android/hardware/graphics/allocator/2.0/IAllocator.h",
     31         "android/hardware/graphics/allocator/2.0/IHwAllocator.h",
     32         "android/hardware/graphics/allocator/2.0/BnHwAllocator.h",
     33         "android/hardware/graphics/allocator/2.0/BpHwAllocator.h",
     34         "android/hardware/graphics/allocator/2.0/BsAllocator.h",
     35     ],
     36 }
     37 
     38 cc_library_shared {
     39     name: "android.hardware.graphics.allocator (a] 2.0",
     40     defaults: ["hidl-module-defaults"],
     41     generated_sources: ["android.hardware.graphics.allocator (a] 2.0_genc++"],
     42     generated_headers: ["android.hardware.graphics.allocator (a] 2.0_genc++_headers"],
     43     export_generated_headers: ["android.hardware.graphics.allocator (a] 2.0_genc++_headers"],
     44     vendor_available: true,
     45     shared_libs: [
     46         "libhidlbase",
     47         "libhidltransport",
     48         "libhwbinder",
     49         "liblog",
     50         "libutils",
     51         "libcutils",
     52         "android.hardware.graphics.common (a] 1.0",
     53         "android.hardware.graphics.mapper (a] 2.0",
     54         "android.hidl.base (a] 1.0",
     55     ],
     56     export_shared_lib_headers: [
     57         "libhidlbase",
     58         "libhidltransport",
     59         "libhwbinder",
     60         "libutils",
     61         "android.hardware.graphics.common (a] 1.0",
     62         "android.hardware.graphics.mapper (a] 2.0",
     63         "android.hidl.base (a] 1.0",
     64     ],
     65 }
     66