blob: 4ae3b24ac243c0804d37f27258077078bf135a73 [file] [log] [blame]
Sungtak Leebbe37b62018-08-29 15:15:48 -07001cc_library {
2 name: "libstagefright_bufferpool@2.0",
3 vendor_available: true,
Pawin Vongmasae5c53f72019-03-03 17:30:18 -08004 vndk: {
5 enabled: true,
6 },
Sungtak Leebbe37b62018-08-29 15:15:48 -07007 srcs: [
8 "Accessor.cpp",
9 "AccessorImpl.cpp",
10 "BufferPoolClient.cpp",
11 "BufferStatus.cpp",
12 "ClientManager.cpp",
13 "Connection.cpp",
Sungtak Leec7f9e2c2018-09-14 16:23:40 -070014 "Observer.cpp",
Sungtak Leebbe37b62018-08-29 15:15:48 -070015 ],
16 export_include_dirs: [
17 "include",
18 ],
19 shared_libs: [
20 "libcutils",
21 "libfmq",
22 "libhidlbase",
Sungtak Leebbe37b62018-08-29 15:15:48 -070023 "liblog",
24 "libutils",
25 "android.hardware.media.bufferpool@2.0",
26 ],
27 export_shared_lib_headers: [
28 "libfmq",
29 "android.hardware.media.bufferpool@2.0",
30 ],
31}