Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Update ndk to r18b
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Dec 24, 2018
1 parent 567ac50 commit d402116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions buildscripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ if [[ $ARCH = "arm" ]]; then
CXXFLAGS="$CXXFLAGS -mthumb"
fi

# https://github.com/android-ndk/ndk/issues/105 to be fixed in r17
LDFLAGS="$LDFLAGS -stdlib=libc++ -L$DIR/toolchain/ndk/sources/cxx-stl/llvm-libc++/libs/$ABI/"

echo ""
echo "================================================================================"
echo ""
Expand Down
4 changes: 2 additions & 2 deletions buildscripts/include/version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

NDK_VERSION="r16b"
NDK_HASH="bcdea4f5353773b2ffa85b5a9a2ae35544ce88ec5b507301d8cf6a76b765d901"
NDK_VERSION="r18b"
NDK_HASH="4f61cbe4bbf6406aa5ef2ae871def78010eed6271af72de83f8bd0b07a9fd3fd"
ANDROID_API="21"

# End of configurable options
Expand Down

0 comments on commit d402116

Please sign in to comment.