android/build.py: switch to LLVM/clang 3.6

This commit is contained in:
Max Kellermann 2015-10-27 11:31:10 +01:00
parent 94f850a588
commit 8e10a14866
1 changed files with 1 additions and 1 deletions

View File

@ -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 '.', '..'))