File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 48
48
${ANDROID_NDK_ROOT} /build/tools/make-standalone-toolchain.sh \
49
49
--platform=${ANDROID_PLATFORM_VERSION} \
50
50
--install-dir=${ANDROID_TOOLCHAIN_DIR} \
51
- --system=${TOOLCHAIN_SYSTEM} \
52
51
--arch=arm
53
52
54
53
export PATH=${ANDROID_TOOLCHAIN_DIR} /bin:$PATH
68
67
${ANDROID_NDK_ROOT} /build/tools/make-standalone-toolchain.sh \
69
68
--platform=${ANDROID_PLATFORM_VERSION} \
70
69
--install-dir=${ANDROID_TOOLCHAIN_DIR} \
71
- --system=${TOOLCHAIN_SYSTEM} \
72
70
--arch=arm
73
71
74
72
export PATH=${ANDROID_TOOLCHAIN_DIR} /bin:$PATH
88
86
${ANDROID_NDK_ROOT} /build/tools/make-standalone-toolchain.sh \
89
87
--platform=${ANDROID_PLATFORM_VERSION} \
90
88
--install-dir=${ANDROID_TOOLCHAIN_DIR} \
91
- --system=${TOOLCHAIN_SYSTEM} \
92
89
--arch=x86
93
90
94
91
export PATH=${ANDROID_TOOLCHAIN_DIR} /bin:$PATH
You can’t perform that action at this time.
0 commit comments