Sungtak Lee | bbe37b6 | 2018-08-29 15:15:48 -0700 | [diff] [blame] | 1 | cc_library { |
| 2 | name: "libstagefright_bufferpool@2.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", |
Sungtak Lee | c7f9e2c | 2018-09-14 16:23:40 -0700 | [diff] [blame^] | 11 | "Observer.cpp", |
Sungtak Lee | bbe37b6 | 2018-08-29 15:15:48 -0700 | [diff] [blame] | 12 | ], |
| 13 | export_include_dirs: [ |
| 14 | "include", |
| 15 | ], |
| 16 | shared_libs: [ |
| 17 | "libcutils", |
| 18 | "libfmq", |
| 19 | "libhidlbase", |
| 20 | "libhwbinder", |
| 21 | "libhidltransport", |
| 22 | "liblog", |
| 23 | "libutils", |
| 24 | "android.hardware.media.bufferpool@2.0", |
| 25 | ], |
| 26 | export_shared_lib_headers: [ |
| 27 | "libfmq", |
| 28 | "android.hardware.media.bufferpool@2.0", |
| 29 | ], |
| 30 | } |