Skip to content

Commit

Permalink
Add missing requirement for android build
Browse files Browse the repository at this point in the history
  • Loading branch information
danibonilha committed Nov 7, 2024
1 parent 4b5d4ee commit c8215f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The following dependencies are required. All except Xcode can be installed by fo
- [Android NDK 23](https://developer.android.com/ndk/downloads/index.html)
- [Android CMake](https://developer.android.com/ndk/guides/cmake)
- [Docker](https://www.docker.com/) is used for testing. You can install it [as a desktop app](https://www.docker.com/products/docker-desktop/) or through Homebrew: `brew install --cask docker`.
- [Ninja](https://ninja-build.org/) `brew install ninja`

Moreover, in order to avoid introducing false positives in our analytics dataset, it is highly recommended to disable analytics by adding the following to your shell configuration:

Expand Down Expand Up @@ -83,9 +84,10 @@ brew install cmake

#### Android

First, install OpenJDK:
First, install OpenJDK and Ninja:

```sh
brew install ninja
brew install --cask temurin

# Check this returns: openjdk version "18.0.1" 2022-04-19
Expand Down

0 comments on commit c8215f0

Please sign in to comment.