Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 1 | cc_library { |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 2 | name: "libcodec2_client", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 3 | |
| 4 | srcs: [ |
| 5 | "client.cpp", |
| 6 | ], |
| 7 | |
| 8 | shared_libs: [ |
| 9 | "android.hardware.graphics.bufferqueue@1.0", |
Sungtak Lee | d331808 | 2018-09-07 15:52:43 -0700 | [diff] [blame^] | 10 | "android.hardware.media.bufferpool@2.0", |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 11 | "android.hardware.media.c2@1.0", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 12 | "libbase", |
| 13 | "libbinder", |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 14 | "libcodec2", |
| 15 | "libcodec2_hidl@1.0", |
| 16 | "libcodec2_vndk", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 17 | "libcutils", |
| 18 | "libgui", |
| 19 | "libhidlbase", |
| 20 | "libhidltransport", |
| 21 | "liblog", |
Sungtak Lee | d331808 | 2018-09-07 15:52:43 -0700 | [diff] [blame^] | 22 | "libstagefright_bufferpool@2.0", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 23 | "libstagefright_bufferqueue_helper", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 24 | "libui", |
| 25 | "libutils", |
| 26 | ], |
| 27 | |
| 28 | export_include_dirs: [ |
| 29 | "include", |
| 30 | ], |
| 31 | |
| 32 | export_shared_lib_headers: [ |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 33 | "libcodec2_hidl@1.0", |
| 34 | "libcodec2", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 35 | ], |
| 36 | |
| 37 | } |
| 38 | |