blob: 519de680f5475d818b5fd61eee584e4d05c80ae8 [file] [log] [blame]
Pawin Vongmasa36653902018-11-15 00:10:25 -08001cc_library_shared {
2 name: "libstagefright_soft_c2hevcdec",
3 defaults: [
4 "libstagefright_soft_c2-defaults",
5 "libstagefright_soft_c2_sanitize_signed-defaults",
6 ],
7
8 srcs: ["C2SoftHevcDec.cpp"],
9
10 static_libs: ["libhevcdec"],
11
12 include_dirs: [
13 "external/libhevc/decoder",
14 "external/libhevc/common",
15 ],
16}