disable -Wself-assign in Google3

Change-Id: I2ecacd112474f1174ff8454208bf0d3c6f4c20f4
Reviewed-on: https://skia-review.googlesource.com/121664
Reviewed-by: Kevin Lubick <kjlubick@google.com>
diff --git a/public.bzl b/public.bzl
index 294c01d..62b9d44 100644
--- a/public.bzl
+++ b/public.bzl
@@ -566,6 +566,8 @@
               "-Wno-implicit-fallthrough",  # Some intentional fallthrough.
               # Internal use of deprecated methods. :(
               "-Wno-deprecated-declarations",
+              # TODO(kjlubick)
+              "-Wno-self-assign",  # Spurious warning in tests/PathOpsDVectorTest.cpp?
           ],
           # ANDROID
           [