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 | } |