]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/blob - dumpstate/1.0/Android.bp
Merge "Audio policy config xsd: add missing gains and address in ports" into oc-dev
[android/platform-hardware-interfaces.git] / dumpstate / 1.0 / Android.bp
1 // This file is autogenerated by hidl-gen. Do not edit manually.
3 filegroup {
4     name: "android.hardware.dumpstate@1.0_hal",
5     srcs: [
6         "IDumpstateDevice.hal",
7     ],
8 }
10 genrule {
11     name: "android.hardware.dumpstate@1.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.dumpstate@1.0",
14     srcs: [
15         ":android.hardware.dumpstate@1.0_hal",
16     ],
17     out: [
18         "android/hardware/dumpstate/1.0/DumpstateDeviceAll.cpp",
19     ],
20 }
22 genrule {
23     name: "android.hardware.dumpstate@1.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.dumpstate@1.0",
26     srcs: [
27         ":android.hardware.dumpstate@1.0_hal",
28     ],
29     out: [
30         "android/hardware/dumpstate/1.0/IDumpstateDevice.h",
31         "android/hardware/dumpstate/1.0/IHwDumpstateDevice.h",
32         "android/hardware/dumpstate/1.0/BnHwDumpstateDevice.h",
33         "android/hardware/dumpstate/1.0/BpHwDumpstateDevice.h",
34         "android/hardware/dumpstate/1.0/BsDumpstateDevice.h",
35     ],
36 }
38 cc_library_shared {
39     name: "android.hardware.dumpstate@1.0",
40     defaults: ["hidl-module-defaults"],
41     generated_sources: ["android.hardware.dumpstate@1.0_genc++"],
42     generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"],
43     export_generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"],
44     vendor_available: true,
45     shared_libs: [
46         "libhidlbase",
47         "libhidltransport",
48         "libhwbinder",
49         "liblog",
50         "libutils",
51         "libcutils",
52     ],
53     export_shared_lib_headers: [
54         "libhidlbase",
55         "libhidltransport",
56         "libhwbinder",
57         "libutils",
58     ],
59 }