blob: 69e1aa057b3a48ec1c789ce8956b494cb54d5bdd [file] [log] [blame]
Chia-I Wu4ee34312016-10-20 09:57:09 +08001// This file is autogenerated by hidl-gen. Do not edit manually.
2
Tri Voce608be2017-02-07 19:13:25 -08003filegroup {
4 name: "android.hardware.graphics.common@1.0_hal",
5 srcs: [
6 "types.hal",
7 ],
8}
9
Chia-I Wu4ee34312016-10-20 09:57:09 +080010genrule {
11 name: "android.hardware.graphics.common@1.0_genc++",
Colin Crossb785f5b2016-11-04 15:02:42 -070012 tools: ["hidl-gen"],
Steven Morelandbc711242017-05-09 19:51:19 -070013 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.common@1.0",
Chia-I Wu4ee34312016-10-20 09:57:09 +080014 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080015 ":android.hardware.graphics.common@1.0_hal",
Chia-I Wu4ee34312016-10-20 09:57:09 +080016 ],
17 out: [
18 "android/hardware/graphics/common/1.0/types.cpp",
19 ],
20}
21
22genrule {
23 name: "android.hardware.graphics.common@1.0_genc++_headers",
Colin Crossb785f5b2016-11-04 15:02:42 -070024 tools: ["hidl-gen"],
Steven Morelandbc711242017-05-09 19:51:19 -070025 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.common@1.0",
Chia-I Wu4ee34312016-10-20 09:57:09 +080026 srcs: [
Tri Vo85120c92017-02-10 12:45:17 -080027 ":android.hardware.graphics.common@1.0_hal",
Chia-I Wu4ee34312016-10-20 09:57:09 +080028 ],
29 out: [
30 "android/hardware/graphics/common/1.0/types.h",
Steven Moreland561b6022017-03-27 11:48:14 -070031 "android/hardware/graphics/common/1.0/hwtypes.h",
Chia-I Wu4ee34312016-10-20 09:57:09 +080032 ],
33}
34
35cc_library_shared {
36 name: "android.hardware.graphics.common@1.0",
37 generated_sources: ["android.hardware.graphics.common@1.0_genc++"],
38 generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"],
39 export_generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"],
Steven Moreland3b36a832017-04-11 09:58:03 -070040 vendor_available: true,
Chia-I Wu4ee34312016-10-20 09:57:09 +080041 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080042 "libhidlbase",
43 "libhidltransport",
Chia-I Wu4ee34312016-10-20 09:57:09 +080044 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080045 "liblog",
Chia-I Wu4ee34312016-10-20 09:57:09 +080046 "libutils",
47 "libcutils",
48 ],
49 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080050 "libhidlbase",
51 "libhidltransport",
Chia-I Wu4ee34312016-10-20 09:57:09 +080052 "libhwbinder",
53 "libutils",
54 ],
55}