Jiyong Park | 55e9bd7 | 2017-06-29 14:21:37 +0900 | [diff] [blame] | 1 | cc_library_headers { |
2 | name: "media_plugin_headers", | ||||
3 | export_include_dirs: ["media_plugin"], | ||||
4 | header_libs: [ | ||||
5 | "libstagefright_headers", | ||||
6 | "libcutils_headers", | ||||
7 | "libutils_headers", | ||||
8 | "libstagefright_foundation_headers", | ||||
9 | ], | ||||
10 | export_header_lib_headers: [ | ||||
11 | "libstagefright_headers", | ||||
12 | "libcutils_headers", | ||||
13 | "libutils_headers", | ||||
14 | "libstagefright_foundation_headers", | ||||
15 | ], | ||||
16 | } |