Update CONTRIBUTING.md to remove references to submodules.

Resolves #14013
This commit is contained in:
Henry Addo
2025-02-24 06:45:51 -08:00
committed by Greyson Parrelli
parent c7a3d9b8be
commit b746580cac

View File

@@ -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.