1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Fix ndk install typo

This commit is contained in:
Daniel Martí 2013-12-30 12:38:08 +01:00
parent 588277479b
commit 6f01bd4b02

View File

@ -71,7 +71,7 @@ cachefiles = [
]
if config['arch64']:
cachefiles.extend([
('android-ndk-r9b-linux-x64_64.tar.bz2',
('android-ndk-r9b-linux-x86_64.tar.bz2',
'http://dl.google.com/android/ndk/android-ndk-r9b-linux-x86_64.tar.bz2',
'8956e9efeea95f49425ded8bb697013b66e162b064b0f66b5c75628f76e0f532'),
('android-ndk-r9b-linux-x86_64-legacy-toolchains.tar.bz2',