On 18/07/16 01:09, Rene Rivera wrote:
No problem.. It's the 5th argument per <https://github.com/boostorg/build/blob/develop/src/tools/python.jam#L63>. So the above it would be:

using python : 3.5 : $PYDIR : $PYDIR/include/python : $PYDIR/libs/armeabi-v7a : <target-os>android ;

HTH.

I see... Thank you for help! I'll try and let you know if that fixes the issue.

--
Dmitry Moskalchuk