Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 1 | // This file is autogenerated by hidl-gen. Do not edit manually. |
| 2 | |
Tri Vo | ce608be | 2017-02-07 19:13:25 -0800 | [diff] [blame] | 3 | filegroup { |
| 4 | name: "android.hardware.graphics.allocator@2.0_hal", |
| 5 | srcs: [ |
Tri Vo | ce608be | 2017-02-07 19:13:25 -0800 | [diff] [blame] | 6 | "IAllocator.hal", |
Tri Vo | ce608be | 2017-02-07 19:13:25 -0800 | [diff] [blame] | 7 | ], |
| 8 | } |
| 9 | |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 10 | genrule { |
| 11 | name: "android.hardware.graphics.allocator@2.0_genc++", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 12 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 13 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.allocator@2.0", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 14 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame] | 15 | ":android.hardware.graphics.allocator@2.0_hal", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 16 | ], |
| 17 | out: [ |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 18 | "android/hardware/graphics/allocator/2.0/AllocatorAll.cpp", |
| 19 | ], |
| 20 | } |
| 21 | |
| 22 | genrule { |
| 23 | name: "android.hardware.graphics.allocator@2.0_genc++_headers", |
Colin Cross | b785f5b | 2016-11-04 15:02:42 -0700 | [diff] [blame] | 24 | tools: ["hidl-gen"], |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 25 | cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.graphics.allocator@2.0", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 26 | srcs: [ |
Tri Vo | 85120c9 | 2017-02-10 12:45:17 -0800 | [diff] [blame] | 27 | ":android.hardware.graphics.allocator@2.0_hal", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 28 | ], |
| 29 | out: [ |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 30 | "android/hardware/graphics/allocator/2.0/IAllocator.h", |
| 31 | "android/hardware/graphics/allocator/2.0/IHwAllocator.h", |
Yifan Hong | a18049a | 2017-01-11 13:14:59 -0800 | [diff] [blame] | 32 | "android/hardware/graphics/allocator/2.0/BnHwAllocator.h", |
| 33 | "android/hardware/graphics/allocator/2.0/BpHwAllocator.h", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 34 | "android/hardware/graphics/allocator/2.0/BsAllocator.h", |
| 35 | ], |
| 36 | } |
| 37 | |
| 38 | cc_library_shared { |
| 39 | name: "android.hardware.graphics.allocator@2.0", |
| 40 | generated_sources: ["android.hardware.graphics.allocator@2.0_genc++"], |
| 41 | generated_headers: ["android.hardware.graphics.allocator@2.0_genc++_headers"], |
| 42 | export_generated_headers: ["android.hardware.graphics.allocator@2.0_genc++_headers"], |
| 43 | shared_libs: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 44 | "libhidlbase", |
| 45 | "libhidltransport", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 46 | "libhwbinder", |
Steven Moreland | f8d68ec | 2016-11-21 16:28:54 -0800 | [diff] [blame] | 47 | "liblog", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 48 | "libutils", |
| 49 | "libcutils", |
Chia-I Wu | 1c45727 | 2016-11-17 10:11:32 +0800 | [diff] [blame] | 50 | "android.hardware.graphics.common@1.0", |
Chia-I Wu | 79d13ff | 2017-03-31 12:48:11 -0700 | [diff] [blame] | 51 | "android.hardware.graphics.mapper@2.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 52 | "android.hidl.base@1.0", |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 53 | ], |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 54 | export_shared_lib_headers: [ |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 55 | "libhidlbase", |
| 56 | "libhidltransport", |
Steven Moreland | fcd74eb | 2016-11-02 10:23:49 -0700 | [diff] [blame] | 57 | "libhwbinder", |
| 58 | "libutils", |
Chia-I Wu | 1c45727 | 2016-11-17 10:11:32 +0800 | [diff] [blame] | 59 | "android.hardware.graphics.common@1.0", |
Chia-I Wu | 79d13ff | 2017-03-31 12:48:11 -0700 | [diff] [blame] | 60 | "android.hardware.graphics.mapper@2.0", |
Yifan Hong | 5018394 | 2016-11-28 16:09:37 -0800 | [diff] [blame] | 61 | "android.hidl.base@1.0", |
Steven Moreland | 6972777 | 2016-10-25 15:45:19 -0700 | [diff] [blame] | 62 | ], |
Chia-I Wu | e78aa1b | 2016-09-05 11:46:36 +0800 | [diff] [blame] | 63 | } |