From bc395b8bd91dd586bb04d0cf5caacb5e936021b9 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Tue, 24 Mar 2026 11:15:30 +0100 Subject: [PATCH] Disable integration with Gemini: Due to the extensive integration of Gemini into the desktop versions, the flag will be removed. In the Android version, the integration is not yet as extensive, so the patch removes it during the build process. --- build/cromite.gn_args | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/cromite.gn_args b/build/cromite.gn_args index 8a85aef5..157c5533 100644 --- a/build/cromite.gn_args +++ b/build/cromite.gn_args @@ -81,9 +81,6 @@ enable_request_header_integrity = false # Disable precompiled headers because they are incompatible with the unsafe_buffers configuration enable_precompiled_headers = false -# Disable integration with Gemini -enable_glic = false - # Disable TFLite with XNNPACK build_tflite_with_xnnpack = false