Chong Zhang | ea280cb | 2017-08-02 11:10:10 -0700 | [diff] [blame] | 1 | cc_library_shared { |
2 | name: "libheif", | ||||
3 | |||||
4 | srcs: [ | ||||
5 | "HeifDecoderImpl.cpp", | ||||
6 | ], | ||||
7 | |||||
8 | shared_libs: [ | ||||
9 | "libbinder", | ||||
10 | "liblog", | ||||
11 | "libutils", | ||||
12 | "libmedia", | ||||
13 | ], | ||||
14 | |||||
15 | cflags: [ | ||||
16 | "-Werror", | ||||
17 | "-Wall", | ||||
18 | ], | ||||
19 | |||||
20 | include_dirs: [], | ||||
21 | |||||
22 | export_include_dirs: ["include"], | ||||
23 | } |