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.