diff --git a/project/jni/boost/include/boost/detail/endian.hpp b/project/jni/boost/include/boost/detail/endian.hpp index fd0c66d5f..8dfefe8a2 100644 --- a/project/jni/boost/include/boost/detail/endian.hpp +++ b/project/jni/boost/include/boost/detail/endian.hpp @@ -31,7 +31,7 @@ // GNU libc offers the helpful header which defines // __BYTE_ORDER -#if defined (__GLIBC__) +#if defined (__GLIBC__) || defined(ANDROID) # include # if (__BYTE_ORDER == __LITTLE_ENDIAN) # define BOOST_LITTLE_ENDIAN @@ -64,8 +64,8 @@ || defined(_M_ALPHA) || defined(__amd64) \ || defined(__amd64__) || defined(_M_AMD64) \ || defined(__x86_64) || defined(__x86_64__) \ - || defined(_M_X64) || defined(__bfin__) \ - || defined(ANDROID) + || defined(_M_X64) || defined(__bfin__) + # define BOOST_LITTLE_ENDIAN # define BOOST_BYTE_ORDER 1234 #else diff --git a/project/jni/boost/src b/project/jni/boost/src index 7d062e1f5..b59d6e854 160000 --- a/project/jni/boost/src +++ b/project/jni/boost/src @@ -1 +1 @@ -Subproject commit 7d062e1f59022194318bcf9484a4cf3b8c8dc2cd +Subproject commit b59d6e854713568f6c1811aba28d54ce07fe8c1a