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", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 4 | srcs: ["Hwc.cpp", "HwcClient.cpp"], |
Chia-I Wu | 7f8d396 | 2016-09-28 21:04:23 +0800 | [diff] [blame] | 5 | shared_libs: [ |
| 6 | "android.hardware.graphics.allocator@2.0", |
| 7 | "android.hardware.graphics.composer@2.1", |
| 8 | "libbase", |
| 9 | "libcutils", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 10 | "libfmq", |
Chia-I Wu | 7f8d396 | 2016-09-28 21:04:23 +0800 | [diff] [blame] | 11 | "libhardware", |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 12 | "libhidlbase", |
| 13 | "libhidltransport", |
Chia-I Wu | 7f8d396 | 2016-09-28 21:04:23 +0800 | [diff] [blame] | 14 | "libhwbinder", |
| 15 | "liblog", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 16 | "libsync", |
Chia-I Wu | 7f8d396 | 2016-09-28 21:04:23 +0800 | [diff] [blame] | 17 | "libutils", |
| 18 | ], |
| 19 | } |
Chia-I Wu | b0b5a4d | 2016-10-17 14:56:15 +0800 | [diff] [blame] | 20 | |
| 21 | cc_binary { |
| 22 | name: "android.hardware.graphics.composer@2.1-service", |
| 23 | relative_install_path: "hw", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 24 | srcs: ["service.cpp", "Hwc.cpp", "HwcClient.cpp"], |
Chia-I Wu | b0b5a4d | 2016-10-17 14:56:15 +0800 | [diff] [blame] | 25 | cppflags: ["-DBINDERIZED"], |
| 26 | init_rc: ["android.hardware.graphics.composer@2.1-service.rc"], |
| 27 | |
| 28 | shared_libs: [ |
| 29 | "android.hardware.graphics.allocator@2.0", |
| 30 | "android.hardware.graphics.composer@2.1", |
| 31 | "libbase", |
| 32 | "libbinder", |
| 33 | "libcutils", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 34 | "libfmq", |
Chia-I Wu | b0b5a4d | 2016-10-17 14:56:15 +0800 | [diff] [blame] | 35 | "libhardware", |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 36 | "libhidlbase", |
| 37 | "libhidltransport", |
Chia-I Wu | b0b5a4d | 2016-10-17 14:56:15 +0800 | [diff] [blame] | 38 | "libhwbinder", |
| 39 | "liblog", |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 40 | "libsync", |
Chia-I Wu | b0b5a4d | 2016-10-17 14:56:15 +0800 | [diff] [blame] | 41 | "libutils", |
| 42 | ], |
| 43 | } |
Chia-I Wu | bb61a72 | 2016-10-24 15:40:20 +0800 | [diff] [blame] | 44 | |
| 45 | cc_library_static { |
| 46 | name: "libhwcomposer-command-buffer", |
| 47 | shared_libs: ["android.hardware.graphics.composer@2.1"], |
| 48 | export_include_dirs: ["."], |
| 49 | } |