Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.dumpstate@1.0_genc++", |
| 5 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 6 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.dumpstate@1.0", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 7 | srcs: [ |
| 8 | "IDumpstateDevice.hal", |
| 9 | ], |
| 10 | out: [ |
| 11 | "android/hardware/dumpstate/1.0/DumpstateDeviceAll.cpp", |
| 12 | ], |
| 13 | } |
| 14 | |
| 15 | genrule { |
| 16 | name: "android.hardware.dumpstate@1.0_genc++_headers", |
| 17 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 18 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.dumpstate@1.0", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 19 | srcs: [ |
| 20 | "IDumpstateDevice.hal", |
| 21 | ], |
| 22 | out: [ |
| 23 | "android/hardware/dumpstate/1.0/IDumpstateDevice.h", |
| 24 | "android/hardware/dumpstate/1.0/IHwDumpstateDevice.h", |
| 25 | "android/hardware/dumpstate/1.0/BnDumpstateDevice.h", |
| 26 | "android/hardware/dumpstate/1.0/BpDumpstateDevice.h", |
| 27 | "android/hardware/dumpstate/1.0/BsDumpstateDevice.h", |
| 28 | ], |
| 29 | } |
| 30 | |
| 31 | cc_library_shared { |
| 32 | name: "android.hardware.dumpstate@1.0", |
| 33 | generated_sources: ["android.hardware.dumpstate@1.0_genc++"], |
| 34 | generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"], |
| 35 | export_generated_headers: ["android.hardware.dumpstate@1.0_genc++_headers"], |
| 36 | shared_libs: [ |
| 37 | "libhidlbase", |
| 38 | "libhidltransport", |
| 39 | "libhwbinder", |
Steven Moreland | 52b91c0 | 2016-11-22 17:59:33 -0800 | [diff] [blame] | 40 | "liblog", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 41 | "libutils", |
| 42 | "libcutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 43 | "android.hidl.base@1.0", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 44 | ], |
| 45 | export_shared_lib_headers: [ |
| 46 | "libhidlbase", |
| 47 | "libhidltransport", |
| 48 | "libhwbinder", |
| 49 | "libutils", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 50 | "android.hidl.base@1.0", |
Felipe Leme | e83f9fb | 2016-11-15 15:08:47 -0800 | [diff] [blame] | 51 | ], |
| 52 | } |