Chromium Code Reviews| Index: examples/go/BUILD.gn |
| diff --git a/examples/go/BUILD.gn b/examples/go/BUILD.gn |
| index 265ebcc15f7c8f372090cca1dac59e3a50aef3b2..842a533eacca3484c10efd54a65afb70d805969d 100644 |
| --- a/examples/go/BUILD.gn |
| +++ b/examples/go/BUILD.gn |
| @@ -10,7 +10,9 @@ if (is_android) { |
| ":go_echo_client", |
| ":go_echo_server", |
| ":go_http_handler", |
| - ":go_http_server", |
| + |
| + # TODO(rogulenko): Re-enable when the go bindings generator supports it. |
| + # ":go_http_server", |
| ] |
| } |