Skip to content

Commit

Permalink
PR #194: Add missing Ninja package @ovistr
Browse files Browse the repository at this point in the history
This pull request adds missing [Ninja C++ build
system](https://github.com/ninja-build/ninja) package that is used as
the [experimental C/C++ build
system](https://developer.android.com/build/cxx-ninja) for Android
builds.
This package is distributed for Ubuntu as `ninja-build` package.

Without this package, some builds might fail by not being able to find
this binary:
```
> Task :app:configureCMakeRelWithDebInfo[armeabi-v7a] FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:configureCMakeRelWithDebInfo[armeabi-v7a]'.
> [CXX1416] Could not find Ninja on PATH or in SDK CMake bin folders.
```
  • Loading branch information
ovistr authored Aug 14, 2024
1 parent 021c271 commit 493ad1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ RUN apt-get update -qq > /dev/null && \
autoconf \
build-essential \
cmake \
ninja-build \
curl \
file \
git \
Expand Down

0 comments on commit 493ad1f

Please sign in to comment.