| Index: examples/go/BUILD.gn
|
| diff --git a/examples/go/BUILD.gn b/examples/go/BUILD.gn
|
| index edd29e0c675fb7c422c88e13b98bea0806d02c93..78412ab20ca15e852e53f5546141c4148458ac5d 100644
|
| --- a/examples/go/BUILD.gn
|
| +++ b/examples/go/BUILD.gn
|
| @@ -12,7 +12,7 @@ if (is_android) {
|
| ]
|
| }
|
|
|
| - go_shared_library("go_echo_client") {
|
| + go_mojo_application("go_echo_client") {
|
| sources = [
|
| "echo_client.go",
|
| ]
|
| @@ -25,7 +25,7 @@ if (is_android) {
|
| ]
|
| }
|
|
|
| - go_shared_library("go_echo_server") {
|
| + go_mojo_application("go_echo_server") {
|
| sources = [
|
| "echo_server.go",
|
| ]
|
|
|