blob: bd4983c25c417bbcc0d9fa26522a0aecd58493ea [file] [log] [blame]
Pawin Vongmasa36653902018-11-15 00:10:25 -08001cc_library_shared {
Pawin Vongmasad0f0e142018-11-15 03:36:28 -08002 name: "libsfplugin_ccodec_utils",
Pawin Vongmasa36653902018-11-15 00:10:25 -08003 vendor_available: true,
4
5 srcs: [
6 "Codec2BufferUtils.cpp",
7 "Codec2Mapper.cpp",
8 ],
9
10 cflags: [
11 "-Werror",
12 "-Wall",
13 ],
14
15 export_include_dirs: [
16 ".",
17 ],
18
19 shared_libs: [
20 "libbase",
Pawin Vongmasad0f0e142018-11-15 03:36:28 -080021 "libcodec2",
22 "libcodec2_vndk",
Pawin Vongmasa36653902018-11-15 00:10:25 -080023 "libcutils",
24 "liblog",
Pawin Vongmasa36653902018-11-15 00:10:25 -080025 "libstagefright_foundation",
26 "libutils",
27 ],
28
29 sanitize: {
30 cfi: true,
31 misc_undefined: [
32 "unsigned-integer-overflow",
33 "signed-integer-overflow",
34 ],
35 diag: {
36 cfi: true,
37 },
38 },
39}