blob: 7d5a4ebe320f90cd0bdc5351144a8ae8cf5fdcad [file] [log] [blame]
Chong Zhangea280cb2017-08-02 11:10:10 -07001cc_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}