1 // This file is autogenerated by hidl-gen. Do not edit manually. 2 3 filegroup { 4 name: "android.hardware.audio.common (a] 2.0_hal", 5 srcs: [ 6 "types.hal", 7 ], 8 } 9 10 genrule { 11 name: "android.hardware.audio.common (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.audio.common (a] 2.0", 14 srcs: [ 15 ":android.hardware.audio.common (a] 2.0_hal", 16 ], 17 out: [ 18 "android/hardware/audio/common/2.0/types.cpp", 19 ], 20 } 21 22 genrule { 23 name: "android.hardware.audio.common (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.audio.common (a] 2.0", 26 srcs: [ 27 ":android.hardware.audio.common (a] 2.0_hal", 28 ], 29 out: [ 30 "android/hardware/audio/common/2.0/types.h", 31 "android/hardware/audio/common/2.0/hwtypes.h", 32 ], 33 } 34 35 cc_library_shared { 36 name: "android.hardware.audio.common (a] 2.0", 37 defaults: ["hidl-module-defaults"], 38 generated_sources: ["android.hardware.audio.common (a] 2.0_genc++"], 39 generated_headers: ["android.hardware.audio.common (a] 2.0_genc++_headers"], 40 export_generated_headers: ["android.hardware.audio.common (a] 2.0_genc++_headers"], 41 vendor_available: true, 42 shared_libs: [ 43 "libhidlbase", 44 "libhidltransport", 45 "libhwbinder", 46 "liblog", 47 "libutils", 48 "libcutils", 49 ], 50 export_shared_lib_headers: [ 51 "libhidlbase", 52 "libhidltransport", 53 "libhwbinder", 54 "libutils", 55 ], 56 } 57