Skip to content

Commit e7f044b

Browse files
committed
deps: add missing libunwind dependency for android dockers
1 parent 08cffa0 commit e7f044b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: ci/docker/aarch64-linux-android/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
77
openjdk-8-jre \
88
python \
99
gcc \
10-
libc6-dev
10+
libc6-dev \
11+
android-libunwind
1112

1213
COPY android-ndk.sh /
1314
RUN /android-ndk.sh arm64

Diff for: ci/docker/i686-linux-android/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
77
openjdk-8-jre \
88
python \
99
gcc \
10-
libc6-dev
10+
libc6-dev \
11+
android-libunwind
1112

1213
COPY android-ndk.sh /
1314
RUN /android-ndk.sh x86

Diff for: ci/docker/x86_64-linux-android/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
77
openjdk-8-jre \
88
python \
99
gcc \
10-
libc6-dev
10+
libc6-dev \
11+
android-libunwind
1112

1213
COPY android-ndk.sh /
1314
RUN /android-ndk.sh x86_64

0 commit comments

Comments
 (0)