From 4ff49bfc6201ad433b804d2cc3436dfecaed8d36 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 23 Sep 2016 12:43:48 -0400 Subject: [PATCH] Make GNU runtime and STL defult library. Add warning meesage when using GNU gear --- setenv-android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setenv-android.sh b/setenv-android.sh index 3856a6a9..56e6cde0 100755 --- a/setenv-android.sh +++ b/setenv-android.sh @@ -280,7 +280,7 @@ export ANDROID_SYSROOT=$AOSP_SYSROOT # Android STL. We support GNU, LLVM and STLport out of the box. if [ "$#" -lt 2 ]; then - THE_STL=stlport-shared + THE_STL=gnu-shared else THE_STL=$(tr [A-Z] [a-z] <<< "$2") fi