| cc_library_headers { | |
| name: "media_plugin_headers", | |
| export_include_dirs: ["media_plugin"], | |
| header_libs: [ | |
| "libstagefright_headers", | |
| "libcutils_headers", | |
| "libutils_headers", | |
| "libstagefright_foundation_headers", | |
| ], | |
| export_header_lib_headers: [ | |
| "libstagefright_headers", | |
| "libcutils_headers", | |
| "libutils_headers", | |
| "libstagefright_foundation_headers", | |
| ], | |
| } |