aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-10-27 11:31:10 +0100
committerMax Kellermann <max@duempel.org>2015-10-27 11:31:13 +0100
commit8e10a1486671f4623fbfe60a42c9b6d478d477fa (patch)
treea477f26fd1c57ad4003bfdc2a94c997e48b248f5 /android
parent94f850a5885c89e5255948f9274aaaa4197bc52b (diff)
downloadmpd-8e10a1486671f4623fbfe60a42c9b6d478d477fa.tar.gz
mpd-8e10a1486671f4623fbfe60a42c9b6d478d477fa.tar.xz
mpd-8e10a1486671f4623fbfe60a42c9b6d478d477fa.zip
android/build.py: switch to LLVM/clang 3.6
Diffstat (limited to 'android')
-rwxr-xr-xandroid/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.py b/android/build.py
index 024651e8f..04e44d03f 100755
--- a/android/build.py
+++ b/android/build.py
@@ -30,7 +30,7 @@ ndk_platform = 'android-14'
# select the NDK compiler
gcc_version = '4.9'
-llvm_version = '3.5'
+llvm_version = '3.6'
# the path to the MPD sources
mpd_path = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]) or '.', '..'))