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", |
| 11 | "libhidl", |
| 12 | "libhwbinder", |
| 13 | "liblog", |
| 14 | "libutils", |
| 15 | ], |
| 16 | } |
Chia-I Wu | b0b5a4d | 2016-10-17 14:56:15 +0800 | [diff] [blame^] | 17 | |
| 18 | cc_binary { |
| 19 | name: "android.hardware.graphics.composer@2.1-service", |
| 20 | relative_install_path: "hw", |
| 21 | srcs: ["service.cpp", "Hwc.cpp"], |
| 22 | cppflags: ["-DBINDERIZED"], |
| 23 | init_rc: ["android.hardware.graphics.composer@2.1-service.rc"], |
| 24 | |
| 25 | shared_libs: [ |
| 26 | "android.hardware.graphics.allocator@2.0", |
| 27 | "android.hardware.graphics.composer@2.1", |
| 28 | "libbase", |
| 29 | "libbinder", |
| 30 | "libcutils", |
| 31 | "libhardware", |
| 32 | "libhidl", |
| 33 | "libhwbinder", |
| 34 | "liblog", |
| 35 | "libutils", |
| 36 | ], |
| 37 | } |