Skip to content

Commit f20618d

Browse files
committed
Fixed toolchain version typo for ndk r9
1 parent 98b2973 commit f20618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ def prepare_build_environment(self, user_sdk_dir, user_ndk_dir,
835835
toolchain_version = '4.4.3'
836836
elif self.ndk_ver[:2] == 'r9':
837837
toolchain_prefix = 'arm-linux-androideabi'
838-
toolchain_version = '4.9'
838+
toolchain_version = '4.8'
839839
elif self.ndk_ver[:3] == 'r10':
840840
toolchain_prefix = 'arm-linux-androideabi'
841841
toolchain_version = '4.9'

0 commit comments

Comments
 (0)