aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:49:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:49:18 +0000
commitfacfafbe14c73d37329bbe0637d5bdc176a3664d (patch)
tree2ce1b9a1a53252d4f33fd434015eb207059fdadb
parent12f15f02a3682e0d890a7146b245f26ecb332f12 (diff)
parent833045ec42dd950a3aeb7451fc3f44f95756ca1e (diff)
downloadbcc-android14-mainline-media-release.tar.gz
Change-Id: I2c9032ee3155d5a9a470e6d977716b40b67f0bf6
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 620d6c6e..9f9b2efc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -68,6 +68,8 @@ cc_defaults {
"android-*",
"cert-*",
"clang-analyzer-security*",
+ // Many calls to snprintf/sscanf/memset/memcpy in libbpf.c have the following warning.
+ "-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling",
// Disabling due to many unavoidable warnings from POSIX API usage.
"-google-runtime-int",
],