Skip to content

Commit b9c4e53

Browse files
committed
udpate ndk to r21
1 parent d76785c commit b9c4e53

11 files changed

Lines changed: 9 additions & 8 deletions

File tree

glideavif/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ apply plugin: 'kotlin-kapt'
66
android {
77
compileSdkVersion 29
88
buildToolsVersion "29.0.2"
9+
ndkVersion "21.1.6352462"
910

1011
defaultConfig {
1112
minSdkVersion 16

glideavif/libdav1d_builder/docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ RUN apt-get update \
66

77
WORKDIR /usr/local/src
88

9-
RUN curl -SL https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip > android-ndk-r20-linux-x86_64.zip && \
10-
unzip -q android-ndk-r20-linux-x86_64.zip && \
11-
mv android-ndk-r20b android-ndk && \
12-
rm android-ndk-r20-linux-x86_64.zip
9+
RUN curl -SL https://dl.google.com/android/repository/android-ndk-r21-linux-x86_64.zip > android-ndk-r21-linux-x86_64.zip && \
10+
unzip -q android-ndk-r21-linux-x86_64.zip && \
11+
mv android-ndk-r21 android-ndk && \
12+
rm android-ndk-r21-linux-x86_64.zip
1313

1414
RUN ln -s /usr/bin/python3 /usr/bin/python && \
1515
pip3 install --user --no-warn-script-location meson

glideavif/libyuv_builder/docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ RUN apt-get update && \
66

77
WORKDIR /usr/local/src
88

9-
RUN curl -SL https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip > android-ndk-r20-linux-x86_64.zip && \
10-
unzip -q android-ndk-r20-linux-x86_64.zip && \
11-
mv android-ndk-r20b android-ndk && \
12-
rm android-ndk-r20-linux-x86_64.zip
9+
RUN curl -SL https://dl.google.com/android/repository/android-ndk-r21-linux-x86_64.zip > android-ndk-r21-linux-x86_64.zip && \
10+
unzip -q android-ndk-r21-linux-x86_64.zip && \
11+
mv android-ndk-r21 android-ndk && \
12+
rm android-ndk-r21-linux-x86_64.zip
1313

1414
## libyuv
1515
ARG YUV_VERSION
-3.53 KB
Binary file not shown.
358 KB
Binary file not shown.
41.4 KB
Binary file not shown.
387 KB
Binary file not shown.
-10.5 KB
Binary file not shown.
90 KB
Binary file not shown.
-5.66 KB
Binary file not shown.

0 commit comments

Comments
 (0)