mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 08:46:47 +08:00
Enable cfi in sanitizers for library
This CL enables the CFI checks for libyuv to be used as a shared library. Bug: 400789169 Change-Id: I8c71df235ad6962d02740c976972d8f9dcea6c52 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6353950 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Reviewed-by: James Zern <jzern@google.com> Commit-Queue: Hang Nguyen <hnt@chromium.org>
This commit is contained in:
parent
918329caee
commit
4ed75166cf
@ -101,6 +101,9 @@ cc_library {
|
||||
"com.android.media.swcodec",
|
||||
],
|
||||
min_sdk_version: "29",
|
||||
sanitize: {
|
||||
cfi: true,
|
||||
},
|
||||
}
|
||||
|
||||
// compatibilty static library until all uses of libyuv_static are replaced
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user