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