File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -1149,17 +1149,7 @@ the number of parallel build jobs to use""",
1149
1149
if args .cmake_generator == 'Ninja' and \
1150
1150
not swift_build_support .ninja .is_ninja_installed ():
1151
1151
build_script_impl_args += ["--build-ninja" ]
1152
- if args .android :
1153
- build_script_impl_args += [
1154
- "--android-ndk" , args .android_ndk ,
1155
- "--android-ndk-version" , args .android_ndk_version ,
1156
- "--android-ndk-toolchain-version" ,
1157
- args .android_ndk_toolchain_version ,
1158
- "--android-icu-uc" , args .android_icu_uc ,
1159
- "--android-icu-uc-include" , args .android_icu_uc_include ,
1160
- "--android-icu-i18n" , args .android_icu_i18n ,
1161
- "--android-icu-i18n-include" , args .android_icu_i18n_include ,
1162
- ]
1152
+
1163
1153
if args .skip_build_linux :
1164
1154
build_script_impl_args += ["--skip-build-linux" ]
1165
1155
if args .skip_build_freebsd :
You can’t perform that action at this time.
0 commit comments