gn2bp: Fix C++ warning showing up as errors when compiling cronet tests
Test: m
Change-Id: Id48dabf893fb7dc7698973f8d52a802134d77e82
diff --git a/tools/gn2bp/Android.bp.swp b/tools/gn2bp/Android.bp.swp
index eb0f9dc..7dbeda1 100644
--- a/tools/gn2bp/Android.bp.swp
+++ b/tools/gn2bp/Android.bp.swp
@@ -4341,6 +4341,7 @@
cflags: [
"-DGOOGLE_PROTOBUF_NO_RTTI",
"-Wno-ambiguous-reversed-operator",
+ "-Wno-c++11-narrowing",
"-Wno-error=return-type",
"-Wno-macro-redefined",
"-Wno-missing-field-initializers",