From f3db585b5f6f920975e0a331c562d65a199b49c7 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 8 Jul 2025 12:24:08 +0200 Subject: [PATCH] build: Remove deleted configure option Remove this option now that that the supporting code has been removed, fixes a configure warning: configure: WARNING: unrecognized options: --enable-android Fixes: f0512114aacf ("Remove android support") --- bootstrap-configure | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap-configure b/bootstrap-configure index 1c26909b9..f89759bd2 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -20,7 +20,6 @@ fi --enable-nfc \ --enable-sap \ --enable-health \ - --enable-android \ --enable-sixaxis \ --enable-hid2hci \ --enable-midi \ -- 2.47.3