diff --git a/system/build/Android.bp b/system/build/Android.bp index eb8b16457b8cddce249020f300738786037d8d27..0fd3806b3690e1c1e01ccd34fb44f21bddb1abd4 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -31,6 +31,8 @@ cc_defaults { "-Werror", // there are too many unused parameters in all the code. "-Wno-unused-parameter", + // http://b/264549607 + "-Wno-deprecated-builtins", ], include_dirs: [ "packages/modules/Bluetooth/system/gd",