Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 1 | cc_library_shared { |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 2 | name: "libcodec2_component_wrapper", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 3 | vendor_available: true, |
| 4 | |
| 5 | srcs: [ |
| 6 | "C2ComponentWrapper.cpp", |
| 7 | "SimpleMethodState.cpp", |
| 8 | ], |
| 9 | |
| 10 | shared_libs: [ |
Pawin Vongmasa | d0f0e14 | 2018-11-15 03:36:28 -0800 | [diff] [blame] | 11 | "libcodec2", |
| 12 | "libcodec2_vndk", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 13 | "libcutils", |
| 14 | "liblog", |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 15 | "libstagefright_foundation", |
| 16 | "libutils", |
| 17 | ], |
| 18 | |
| 19 | sanitize: { |
| 20 | misc_undefined: [ |
| 21 | "unsigned-integer-overflow", |
| 22 | "signed-integer-overflow", |
| 23 | ], |
| 24 | cfi: true, |
Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame] | 25 | }, |
| 26 | |
| 27 | ldflags: ["-Wl,-Bsymbolic"], |
| 28 | } |
| 29 | |