Disable deprecated-builtins warnings locally
To enable this warning globally. Bug: 241601211 Test: presubmit; make tidy-soong_subset Change-Id: I43990e7dabd16ee6e26b8a213f30d4f9b4952c22
This commit is contained in:
1
third_party/abseil-cpp/Android.bp
vendored
1
third_party/abseil-cpp/Android.bp
vendored
@ -32,6 +32,7 @@ license {
|
||||
|
||||
cc_defaults {
|
||||
name: "libwebrtc_absl_defaults",
|
||||
cflags: ["-Wno-deprecated-builtins"],
|
||||
visibility: [
|
||||
"//external/webrtc:__subpackages__",
|
||||
"//device/google/cuttlefish/host/frontend/webrtc:__subpackages__",
|
||||
|
Reference in New Issue
Block a user