Mikhail Naganov | f0a5a94 | 2016-09-22 09:24:58 -0700 | [diff] [blame^] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
| 3 | genrule { |
| 4 | name: "android.hardware.audio.common@2.0_genc++", |
| 5 | tool: "hidl-gen", |
| 6 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.audio.common@2.0", |
| 7 | srcs: [ |
| 8 | "types.hal", |
| 9 | ], |
| 10 | out: [ |
| 11 | "android/hardware/audio/common/2.0/types.cpp", |
| 12 | ], |
| 13 | } |
| 14 | |
| 15 | genrule { |
| 16 | name: "android.hardware.audio.common@2.0_genc++_headers", |
| 17 | tool: "hidl-gen", |
| 18 | cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.audio.common@2.0", |
| 19 | srcs: [ |
| 20 | "types.hal", |
| 21 | ], |
| 22 | out: [ |
| 23 | "android/hardware/audio/common/2.0/types.h", |
| 24 | ], |
| 25 | } |
| 26 | |
| 27 | cc_library_shared { |
| 28 | name: "android.hardware.audio.common@2.0", |
| 29 | generated_sources: ["android.hardware.audio.common@2.0_genc++"], |
| 30 | generated_headers: ["android.hardware.audio.common@2.0_genc++_headers"], |
| 31 | export_generated_headers: ["android.hardware.audio.common@2.0_genc++_headers"], |
| 32 | shared_libs: [ |
| 33 | "libhidl", |
| 34 | "libhwbinder", |
| 35 | "libutils", |
| 36 | "libcutils", |
| 37 | ], |
| 38 | } |