Skip to content

Commit 16d599e

Browse files
committed
[build-script-impl] Allow cross-compiling the host toolchain for Android
1 parent 49ca2d0 commit 16d599e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ function false_true() {
917917
CROSS_COMPILE_HOSTS=($CROSS_COMPILE_HOSTS)
918918
for t in "${CROSS_COMPILE_HOSTS[@]}"; do
919919
case ${t} in
920-
iphone* | appletv* | watch* | linux-armv6 | linux-armv7 )
920+
iphone* | appletv* | watch* | linux-armv6 | linux-armv7 | android-* )
921921
;;
922922
*)
923923
echo "Unknown host to cross-compile for: ${t}"

0 commit comments

Comments
 (0)