Chia-I Wu | 7f8d396 | 2016-09-28 21:04:23 +0800 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.graphics.composer@2.1-impl", |
| 3 | relative_install_path: "hw", |
| 4 | srcs: ["Hwc.cpp"], |
| 5 | shared_libs: [ |
| 6 | "android.hardware.graphics.allocator@2.0", |
| 7 | "android.hardware.graphics.composer@2.1", |
| 8 | "libbase", |
| 9 | "libcutils", |
| 10 | "libhardware", |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 11 | "libhidlbase", |
| 12 | "libhidltransport", |
Chia-I Wu | 7f8d396 | 2016-09-28 21:04:23 +0800 | [diff] [blame] | 13 | "libhwbinder", |
| 14 | "liblog", |
| 15 | "libutils", |
| 16 | ], |
| 17 | } |
Chia-I Wu | b0b5a4d | 2016-10-17 14:56:15 +0800 | [diff] [blame] | 18 | |
| 19 | cc_binary { |
| 20 | name: "android.hardware.graphics.composer@2.1-service", |
| 21 | relative_install_path: "hw", |
| 22 | srcs: ["service.cpp", "Hwc.cpp"], |
| 23 | cppflags: ["-DBINDERIZED"], |
| 24 | init_rc: ["android.hardware.graphics.composer@2.1-service.rc"], |
| 25 | |
| 26 | shared_libs: [ |
| 27 | "android.hardware.graphics.allocator@2.0", |
| 28 | "android.hardware.graphics.composer@2.1", |
| 29 | "libbase", |
| 30 | "libbinder", |
| 31 | "libcutils", |
| 32 | "libhardware", |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 33 | "libhidlbase", |
| 34 | "libhidltransport", |
Chia-I Wu | b0b5a4d | 2016-10-17 14:56:15 +0800 | [diff] [blame] | 35 | "libhwbinder", |
| 36 | "liblog", |
| 37 | "libutils", |
| 38 | ], |
| 39 | } |