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:
Hang Nguyen 2025-03-31 17:10:00 +00:00 committed by Frank Barchard
parent f145aa26da
commit a43f62aa40

View File

@ -103,6 +103,9 @@ cc_library {
min_sdk_version: "29",
sanitize: {
cfi: true,
config: {
cfi_assembly_support: true,
},
},
}