blob: a0ad3cef828da3e1ea1dbcbca0566885778eec0b [file] [log] [blame]
Pawin Vongmasa36653902018-11-15 00:10:25 -08001cc_library_shared {
Pawin Vongmasad0f0e142018-11-15 03:36:28 -08002 name: "libcodec2_component_wrapper",
Pawin Vongmasa36653902018-11-15 00:10:25 -08003 vendor_available: true,
4
5 srcs: [
6 "C2ComponentWrapper.cpp",
7 "SimpleMethodState.cpp",
8 ],
9
10 shared_libs: [
Pawin Vongmasad0f0e142018-11-15 03:36:28 -080011 "libcodec2",
12 "libcodec2_vndk",
Pawin Vongmasa36653902018-11-15 00:10:25 -080013 "libcutils",
14 "liblog",
Pawin Vongmasa36653902018-11-15 00:10:25 -080015 "libstagefright_foundation",
16 "libutils",
17 ],
18
19 sanitize: {
20 misc_undefined: [
21 "unsigned-integer-overflow",
22 "signed-integer-overflow",
23 ],
24 cfi: true,
Pawin Vongmasa36653902018-11-15 00:10:25 -080025 },
26
27 ldflags: ["-Wl,-Bsymbolic"],
28}
29