Make GNU runtime and STL defult library. Add warning meesage when using GNU gear
parent
e221eedc7a
commit
4ff49bfc62
|
|
@ -280,7 +280,7 @@ export ANDROID_SYSROOT=$AOSP_SYSROOT
|
||||||
# Android STL. We support GNU, LLVM and STLport out of the box.
|
# Android STL. We support GNU, LLVM and STLport out of the box.
|
||||||
|
|
||||||
if [ "$#" -lt 2 ]; then
|
if [ "$#" -lt 2 ]; then
|
||||||
THE_STL=stlport-shared
|
THE_STL=gnu-shared
|
||||||
else
|
else
|
||||||
THE_STL=$(tr [A-Z] [a-z] <<< "$2")
|
THE_STL=$(tr [A-Z] [a-z] <<< "$2")
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue