exclude src/opts/SkXbyak.cpp from g3 build

Change-Id: I5027275446ab9cc7fc7b12b2236a9d85ac50bef1
Reviewed-on: https://skia-review.googlesource.com/6695
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
diff --git a/public.bzl b/public.bzl
index ff2dc1f..4577ab3 100644
--- a/public.bzl
+++ b/public.bzl
@@ -139,6 +139,9 @@
 
         # Defines main.
         "src/sksl/SkSLMain.cpp",
+
+        # Experiment.  Google3 doesn't have the library it needs.
+        "src/opts/SkXbyak.cpp",
     ],
 )