Index: mojo/go/BUILD.gn |
diff --git a/mojo/go/BUILD.gn b/mojo/go/BUILD.gn |
index 4a8986fd91e0c3b1d1ad1afa7ae45060f67bc2ad..a895508220baba8a724124f10f3c90325e33d163 100644 |
--- a/mojo/go/BUILD.gn |
+++ b/mojo/go/BUILD.gn |
@@ -15,7 +15,8 @@ if (is_android) { |
"sample_app/app.go", |
] |
deps = [ |
- "//mojo/public/c/system:for_shared_library", |
+ "//mojo/public/c/system", |
+ "//mojo/public/platform/native:system", |
] |
} |
} else if (is_linux) { |