blob: 99370e8addaeeee04dea882ff634641e2b03a4ff [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"],
Yifan Hong50183942016-11-28 16:09:37 -080013 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -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"],
Yifan Hong50183942016-11-28 16:09:37 -080025 cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -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",
31 ],
32}
33
34cc_library_shared {
35 name: "android.hardware.graphics.common@1.0",
36 generated_sources: ["android.hardware.graphics.common@1.0_genc++"],
37 generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"],
38 export_generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"],
39 shared_libs: [
Yifan Hong6b920e42016-11-16 14:17:58 -080040 "libhidlbase",
41 "libhidltransport",
Chia-I Wu4ee34312016-10-20 09:57:09 +080042 "libhwbinder",
Steven Morelandf8d68ec2016-11-21 16:28:54 -080043 "liblog",
Chia-I Wu4ee34312016-10-20 09:57:09 +080044 "libutils",
45 "libcutils",
46 ],
47 export_shared_lib_headers: [
Yifan Hong6b920e42016-11-16 14:17:58 -080048 "libhidlbase",
49 "libhidltransport",
Chia-I Wu4ee34312016-10-20 09:57:09 +080050 "libhwbinder",
51 "libutils",
52 ],
53}