Make GNU runtime and STL defult library. Add warning meesage when using GNU gear

pull/308/head
Jeffrey Walton 2016-09-23 12:43:48 -04:00
parent e221eedc7a
commit 4ff49bfc62
1 changed files with 1 additions and 1 deletions

View File

@ -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