Index: mandoline/BUILD.gn |
diff --git a/mandoline/BUILD.gn b/mandoline/BUILD.gn |
index 239174b6110cd52d141bd106b679b7aadfe29263..a675d3346ea85e5092702c97a8e00c5e25cb985b 100644 |
--- a/mandoline/BUILD.gn |
+++ b/mandoline/BUILD.gn |
@@ -9,7 +9,7 @@ group("mandoline_all") { |
"//mojo:mojo", |
] |
- if (!is_component_build) { |
+ if (!is_android && !is_component_build) { |
deps += [ "//mandoline/app:mandoline" ] |
} |
} |