Skip to content

Commit ed11d80

Browse files
committed
ndk 21
1 parent 1cda241 commit ed11d80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ENV DEBIAN_FRONTEND=noninteractive
77
# set default build arguments
88
ARG SDK_VERSION=commandlinetools-linux-7302050_latest.zip
99
ARG ANDROID_BUILD_VERSION=30
10-
ARG ANDROID_TOOLS_VERSION=30.0.3
10+
ARG ANDROID_TOOLS_VERSION=30.0.2
1111
ARG BUCK_VERSION=2020.10.21.01
12-
ARG NDK_VERSION=20.1.5948944
12+
ARG NDK_VERSION=21.4.7075529
1313
ARG NODE_VERSION=14.x
1414
ARG WATCHMAN_VERSION=4.9.0
1515

@@ -37,6 +37,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
3737
make \
3838
openjdk-8-jdk-headless \
3939
openssh-client \
40+
patch \
4041
python3 \
4142
python3-distutils \
4243
rsync \

0 commit comments

Comments
 (0)