mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 01:06:46 +08:00
Enable CFI assembly support
Adds the sanitizer for the static library libyuv to enable CFI assembly support Bug: 400789169 Change-Id: I9be82d90d60535fdf59e4e729778a455e946e4cc Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6414818 Reviewed-by: James Zern <jzern@google.com> Reviewed-by: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
parent
f145aa26da
commit
a43f62aa40
@ -103,6 +103,9 @@ cc_library {
|
|||||||
min_sdk_version: "29",
|
min_sdk_version: "29",
|
||||||
sanitize: {
|
sanitize: {
|
||||||
cfi: true,
|
cfi: true,
|
||||||
|
config: {
|
||||||
|
cfi_assembly_support: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user