| Jiyong Park | 55e9bd7 | 2017-06-29 14:21:37 +0900 | [diff] [blame] | 1 | cc_library_headers { | 
 | 2 |     name: "media_plugin_headers", | 
| Jiyong Park | 292fba9 | 2017-07-10 12:34:17 +0900 | [diff] [blame] | 3 |     vendor_available: true, | 
| Pawin Vongmasa | ccc5e3f | 2017-07-19 17:09:52 -0700 | [diff] [blame] | 4 |     export_include_dirs: [ | 
 | 5 |         "media_plugin", | 
 | 6 |         "media_plugin/media/openmax", | 
 | 7 |     ], | 
| Jiyong Park | 55e9bd7 | 2017-06-29 14:21:37 +0900 | [diff] [blame] | 8 |     header_libs: [ | 
 | 9 |         "libstagefright_headers", | 
 | 10 |         "libcutils_headers", | 
 | 11 |         "libutils_headers", | 
 | 12 |         "libstagefright_foundation_headers", | 
 | 13 |     ], | 
 | 14 |     export_header_lib_headers: [ | 
 | 15 |         "libstagefright_headers", | 
 | 16 |         "libcutils_headers", | 
 | 17 |         "libutils_headers", | 
 | 18 |         "libstagefright_foundation_headers", | 
 | 19 |     ], | 
 | 20 | } |