File tree Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ RUN apt-get update && \
17
17
xz-utils
18
18
19
19
# dumb-init
20
- COPY dumb-init.sh /scripts/
20
+ COPY scripts/ dumb-init.sh /scripts/
21
21
RUN sh /scripts/dumb-init.sh
22
22
23
23
# ndk
24
- COPY android-ndk.sh /scripts/
24
+ COPY scripts/ android-ndk.sh /scripts/
25
25
RUN . /scripts/android-ndk.sh && \
26
26
download_and_make_toolchain android-ndk-r13b-linux-x86_64.zip arm 9
27
27
@@ -35,7 +35,7 @@ RUN dpkg --add-architecture i386 && \
35
35
openjdk-9-jre-headless \
36
36
tzdata
37
37
38
- COPY android-sdk.sh /scripts/
38
+ COPY scripts/ android-sdk.sh /scripts/
39
39
RUN . /scripts/android-sdk.sh && \
40
40
download_and_create_avd tools_r25.2.5-linux.zip armeabi-v7a 18
41
41
@@ -52,9 +52,9 @@ ENV RUST_CONFIGURE_ARGS \
52
52
ENV SCRIPT python2.7 ../x.py test --target $TARGETS
53
53
54
54
# sccache
55
- COPY sccache.sh /scripts/
55
+ COPY scripts/ sccache.sh /scripts/
56
56
RUN sh /scripts/sccache.sh
57
57
58
58
# init
59
- COPY android-start-emulator.sh /scripts/
59
+ COPY scripts/ android-start-emulator.sh /scripts/
60
60
ENTRYPOINT ["/usr/bin/dumb-init" , "--" , "/scripts/android-start-emulator.sh" ]
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ RUN apt-get update && \
17
17
xz-utils
18
18
19
19
# dumb-init
20
- COPY dumb-init.sh /scripts/
20
+ COPY scripts/ dumb-init.sh /scripts/
21
21
RUN sh /scripts/dumb-init.sh
22
22
23
23
# ndk
24
- COPY android-ndk.sh /scripts/
24
+ COPY scripts/ android-ndk.sh /scripts/
25
25
RUN . /scripts/android-ndk.sh && \
26
26
download_and_make_toolchain android-ndk-r13b-linux-x86_64.zip arm64 21
27
27
@@ -43,7 +43,7 @@ ENV RUST_CONFIGURE_ARGS \
43
43
ENV SCRIPT python2.7 ../x.py dist --target $HOSTS --host $HOSTS
44
44
45
45
# sccache
46
- COPY sccache.sh /scripts/
46
+ COPY scripts/ sccache.sh /scripts/
47
47
RUN sh /scripts/sccache.sh
48
48
49
49
# init
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ RUN apt-get update && \
17
17
xz-utils
18
18
19
19
# dumb-init
20
- COPY dumb-init.sh /scripts/
20
+ COPY scripts/ dumb-init.sh /scripts/
21
21
RUN sh /scripts/dumb-init.sh
22
22
23
23
# ndk
24
- COPY android-ndk.sh /scripts/
24
+ COPY scripts/ android-ndk.sh /scripts/
25
25
RUN . /scripts/android-ndk.sh && \
26
26
download_ndk android-ndk-r13b-linux-x86_64.zip && \
27
27
make_standalone_toolchain arm 9 && \
@@ -61,7 +61,7 @@ ENV SCRIPT \
61
61
python2.7 ../x.py dist --host $HOSTS --target $HOSTS)
62
62
63
63
# sccache
64
- COPY sccache.sh /scripts/
64
+ COPY scripts/ sccache.sh /scripts/
65
65
RUN sh /scripts/sccache.sh
66
66
67
67
# init
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ RUN apt-get update && \
17
17
xz-utils
18
18
19
19
# dumb-init
20
- COPY dumb-init.sh /scripts/
20
+ COPY scripts/ dumb-init.sh /scripts/
21
21
RUN sh /scripts/dumb-init.sh
22
22
23
23
# ndk
24
- COPY android-ndk.sh /scripts/
24
+ COPY scripts/ android-ndk.sh /scripts/
25
25
RUN . /scripts/android-ndk.sh && \
26
26
download_ndk android-ndk-r13b-linux-x86_64.zip && \
27
27
make_standalone_toolchain x86 9 && \
@@ -61,7 +61,7 @@ ENV SCRIPT \
61
61
python2.7 ../x.py dist --host $HOSTS --target $HOSTS)
62
62
63
63
# sccache
64
- COPY sccache.sh /scripts/
64
+ COPY scripts/ sccache.sh /scripts/
65
65
RUN sh /scripts/sccache.sh
66
66
67
67
# init
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ RUN apt-get update && \
17
17
xz-utils
18
18
19
19
# dumb-init
20
- COPY dumb-init.sh /scripts/
20
+ COPY scripts/ dumb-init.sh /scripts/
21
21
RUN sh /scripts/dumb-init.sh
22
22
23
23
# ndk
24
- COPY android-ndk.sh /scripts/
24
+ COPY scripts/ android-ndk.sh /scripts/
25
25
RUN . /scripts/android-ndk.sh && \
26
26
download_and_make_toolchain android-ndk-r13b-linux-x86_64.zip x86_64 21
27
27
@@ -43,7 +43,7 @@ ENV RUST_CONFIGURE_ARGS \
43
43
ENV SCRIPT python2.7 ../x.py dist --target $HOSTS --host $HOSTS
44
44
45
45
# sccache
46
- COPY sccache.sh /scripts/
46
+ COPY scripts/ sccache.sh /scripts/
47
47
RUN sh /scripts/sccache.sh
48
48
49
49
# init
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ RUN apt-get update && \
17
17
xz-utils
18
18
19
19
# dumb-init
20
- COPY dumb-init.sh /scripts/
20
+ COPY scripts/ dumb-init.sh /scripts/
21
21
RUN sh /scripts/dumb-init.sh
22
22
23
23
# ndk
24
- COPY android-ndk.sh /scripts/
24
+ COPY scripts/ android-ndk.sh /scripts/
25
25
RUN . /scripts/android-ndk.sh && \
26
26
download_ndk android-ndk-r13b-linux-x86_64.zip && \
27
27
make_standalone_toolchain arm 9 && \
@@ -49,7 +49,7 @@ ENV RUST_CONFIGURE_ARGS \
49
49
ENV SCRIPT python2.7 ../x.py dist --target $TARGETS
50
50
51
51
# cache
52
- COPY sccache.sh /scripts/
52
+ COPY scripts/ sccache.sh /scripts/
53
53
RUN sh /scripts/sccache.sh
54
54
55
55
# init
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments