Skip to content

Commit

Permalink
Make GNU runtime and STL defult library. Add warning meesage when usi…
Browse files Browse the repository at this point in the history
…ng GNU gear
  • Loading branch information
noloader committed Sep 23, 2016
1 parent e221eed commit 4ff49bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setenv-android.sh
Expand Up @@ -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
Expand Down

1 comment on commit 4ff49bf

@noloader
Copy link
Collaborator Author

@noloader noloader commented on 4ff49bf Sep 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.