File tree 3 files changed +6
-3
lines changed
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 \
7
7
openjdk-8-jre \
8
8
python \
9
9
gcc \
10
- libc6-dev
10
+ libc6-dev \
11
+ android-libunwind
11
12
12
13
COPY android-ndk.sh /
13
14
RUN /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 \
7
7
openjdk-8-jre \
8
8
python \
9
9
gcc \
10
- libc6-dev
10
+ libc6-dev \
11
+ android-libunwind
11
12
12
13
COPY android-ndk.sh /
13
14
RUN /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 \
7
7
openjdk-8-jre \
8
8
python \
9
9
gcc \
10
- libc6-dev
10
+ libc6-dev \
11
+ android-libunwind
11
12
12
13
COPY android-ndk.sh /
13
14
RUN /android-ndk.sh x86_64
You can’t perform that action at this time.
0 commit comments