File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
1213COPY android-ndk.sh /
1314RUN /android-ndk.sh arm64
Original file line number Diff line number Diff 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
1213COPY android-ndk.sh /
1314RUN /android-ndk.sh x86
Original file line number Diff line number Diff 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
1213COPY android-ndk.sh /
1314RUN /android-ndk.sh x86_64
You can’t perform that action at this time.
0 commit comments