Skip to content

Commit

Permalink
Use the clang compiler for Android build, since NDK 11 gcc is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerd committed Jul 18, 2016
1 parent 4aeeec1 commit a4741e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/tivi/android/jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ APP_STL := gnustl_shared
APP_MODULES := zrtpcpp
APP_ABI := armeabi-v7a x86
APP_CPPFLAGS += -std=c++11
# NDK_TOOLCHAIN_VERSION := 4.8
NDK_TOOLCHAIN_VERSION=clang

0 comments on commit a4741e8

Please sign in to comment.