From a70fade4616550bdbf8e1d5328a83cbcfd99c37b Mon Sep 17 00:00:00 2001 From: Olekoop Date: Tue, 10 Jun 2025 18:56:05 +0000 Subject: [PATCH] Documentation: Remove metions about Android port not working --- Documentation/BuildInstructionsLadybird.md | 3 --- .../EditorConfiguration/AndroidStudioConfiguration.md | 3 --- Documentation/Porting.md | 1 - 3 files changed, 7 deletions(-) diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index 372d1113ccc..00cea1d7170 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -180,9 +180,6 @@ choco install pkgconfiglite -y ### Android: -> [!NOTE] -> The Android port is currently [broken](https://github.com/LadybirdBrowser/ladybird/issues/2774) and won't build. - On a Unix-like platform, install the prerequisites for that platform and then see the [Android Studio guide](EditorConfiguration/AndroidStudioConfiguration.md). Or, download a version of Gradle >= 8.0.0, and run the ``gradlew`` program in ``UI/Android`` diff --git a/Documentation/EditorConfiguration/AndroidStudioConfiguration.md b/Documentation/EditorConfiguration/AndroidStudioConfiguration.md index 9dc42e1d18e..b04165ac677 100644 --- a/Documentation/EditorConfiguration/AndroidStudioConfiguration.md +++ b/Documentation/EditorConfiguration/AndroidStudioConfiguration.md @@ -1,6 +1,3 @@ -> [!NOTE] -> The Android port is currently [broken](https://github.com/LadybirdBrowser/ladybird/issues/2774) and won't build. - ## Android Studio Project Configuration The Android port of Ladybird has straightforward integration with the Android Studio IDE. diff --git a/Documentation/Porting.md b/Documentation/Porting.md index 1cc40d48444..ebf600e08ec 100644 --- a/Documentation/Porting.md +++ b/Documentation/Porting.md @@ -33,7 +33,6 @@ Contributions to restore or improve compatibility are welcome! There is currently one in progress platform port: - Android: The Android platform port, using the Android SDK/NDK directly. - The removal of `LibArchive` and the `DeprecatedPainter` from the repository has left gaps, as the port previously depended on these components. ## Porting Steps