Skip to content

Commit 493ad1f

Browse files
authored
PR #194: Add missing Ninja package @ovistr
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. ```
1 parent 021c271 commit 493ad1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ RUN apt-get update -qq > /dev/null && \
104104
autoconf \
105105
build-essential \
106106
cmake \
107+
ninja-build \
107108
curl \
108109
file \
109110
git \

0 commit comments

Comments
 (0)