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, |
Pawin Vongmasa | e5c53f7 | 2019-03-03 17:30:18 -0800 | [diff] [blame] | 4 | vndk: { |
| 5 | enabled: true, |
| 6 | }, |
Sungtak Lee | bbe37b6 | 2018-08-29 15:15:48 -0700 | [diff] [blame] | 7 | srcs: [ |
| 8 | "Accessor.cpp", |
| 9 | "AccessorImpl.cpp", |
| 10 | "BufferPoolClient.cpp", |
| 11 | "BufferStatus.cpp", |
| 12 | "ClientManager.cpp", |
| 13 | "Connection.cpp", |
Sungtak Lee | c7f9e2c | 2018-09-14 16:23:40 -0700 | [diff] [blame] | 14 | "Observer.cpp", |
Sungtak Lee | bbe37b6 | 2018-08-29 15:15:48 -0700 | [diff] [blame] | 15 | ], |
| 16 | export_include_dirs: [ |
| 17 | "include", |
| 18 | ], |
| 19 | shared_libs: [ |
| 20 | "libcutils", |
| 21 | "libfmq", |
| 22 | "libhidlbase", |
| 23 | "libhwbinder", |
| 24 | "libhidltransport", |
| 25 | "liblog", |
| 26 | "libutils", |
| 27 | "android.hardware.media.bufferpool@2.0", |
| 28 | ], |
| 29 | export_shared_lib_headers: [ |
| 30 | "libfmq", |
| 31 | "android.hardware.media.bufferpool@2.0", |
| 32 | ], |
| 33 | } |