From b746580cacb0efcf33a3b81759a4f60918e3ee4a Mon Sep 17 00:00:00 2001 From: Henry Addo Date: Mon, 24 Feb 2025 06:45:51 -0800 Subject: [PATCH] Update CONTRIBUTING.md to remove references to submodules. Resolves #14013 --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0277f1b4e1..85a72a099e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,6 @@ Truths which we believe to be self-evident: ## Building -1. You'll need to get the `libwebp` submodule after checking out the repository with `git submodule init && git submodule update` 1. Most things are pretty straightforward, and opening the project in Android Studio should get you most of the way there. 1. Depending on your configuration, you'll also likely need to install additional SDK Tool components, namely the versions of NDK and CMake we are currently using in our [Docker](https://github.com/signalapp/Signal-Android/blob/main/reproducible-builds/Dockerfile#L30) configuration.