Update NDK path. closes #5013
This commit is contained in:
parent
81b1a498dd
commit
d1c0560a67
1 changed files with 3 additions and 2 deletions
|
@ -252,7 +252,7 @@ class TargetAndroid(Target):
|
|||
raise SystemError('Unsupported platform: {0}'.format(platform))
|
||||
|
||||
archive = archive.format(self.android_sdk_version)
|
||||
url = 'http://dl.google.com/android/'
|
||||
url = 'http://dl.google.com/android/ndk/'
|
||||
self.buildozer.download(url,
|
||||
archive,
|
||||
cwd=self.buildozer.global_platform_dir)
|
||||
|
@ -303,7 +303,7 @@ class TargetAndroid(Target):
|
|||
unpacked = 'android-ndk-r{0}'
|
||||
archive = archive.format(self.android_ndk_version, architecture)
|
||||
unpacked = unpacked.format(self.android_ndk_version)
|
||||
url = 'http://dl.google.com/android/repository/'
|
||||
url = 'http://dl.google.com/android/ndk/'
|
||||
self.buildozer.download(url,
|
||||
archive,
|
||||
cwd=self.buildozer.global_platform_dir)
|
||||
|
@ -939,3 +939,4 @@ class TargetAndroid(Target):
|
|||
|
||||
def get_target(buildozer):
|
||||
return TargetAndroid(buildozer)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue