Index: build/config/ui.gni |
diff --git a/build/config/ui.gni b/build/config/ui.gni |
index eb502b493c611b20b695f1b5bffbb77f9d8330f8..f7070bbf46af9103f4c96ffe239ad423e521e748 100644 |
--- a/build/config/ui.gni |
+++ b/build/config/ui.gni |
@@ -24,7 +24,7 @@ declare_args() { |
# Indicates if Ozone is enabled. Ozone is a low-level library layer for Linux |
# that does not require X11. Enabling this feature disables use of glib, x11, |
# Pango, and Cairo. Default to false on non-Chromecast builds. |
- use_ozone = is_chromecast |
+ use_ozone = is_chromecast && !is_android |
# Indicates if Aura is enabled. Aura is a low-level windowing library, sort |
# of a replacement for GDI or GTK. |