Sungtak Lee | d79b6da | 2018-11-12 17:52:17 -0800 | [diff] [blame] | 1 | cc_library { |
| 2 | name: "libstagefright_bufferpool@1.0", |
| 3 | vendor_available: true, |
| 4 | srcs: [ |
| 5 | "Accessor.cpp", |
| 6 | "AccessorImpl.cpp", |
| 7 | "BufferPoolClient.cpp", |
| 8 | "BufferStatus.cpp", |
| 9 | "ClientManager.cpp", |
| 10 | "Connection.cpp", |
| 11 | ], |
| 12 | export_include_dirs: [ |
| 13 | "include", |
| 14 | ], |
| 15 | shared_libs: [ |
| 16 | "libcutils", |
| 17 | "libfmq", |
| 18 | "libhidlbase", |
Sungtak Lee | d79b6da | 2018-11-12 17:52:17 -0800 | [diff] [blame] | 19 | "liblog", |
| 20 | "libutils", |
| 21 | "android.hardware.media.bufferpool@1.0", |
| 22 | ], |
| 23 | export_shared_lib_headers: [ |
| 24 | "libfmq", |
| 25 | "android.hardware.media.bufferpool@1.0", |
| 26 | ], |
| 27 | } |