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, |
Jiyong Park | 55e9bd7 | 2017-06-29 14:21:37 +0900 | [diff] [blame] | 4 | export_include_dirs: ["media_plugin"], |
| 5 | header_libs: [ |
| 6 | "libstagefright_headers", |
| 7 | "libcutils_headers", |
| 8 | "libutils_headers", |
| 9 | "libstagefright_foundation_headers", |
| 10 | ], |
| 11 | export_header_lib_headers: [ |
| 12 | "libstagefright_headers", |
| 13 | "libcutils_headers", |
| 14 | "libutils_headers", |
| 15 | "libstagefright_foundation_headers", |
| 16 | ], |
| 17 | } |