subsurface/scripts/docker/android-build-container
Dirk Hohndel d3e495efd0 build-system/Android: use PREFIX outside of NDK
If we install our support libraries into the NDK we later run into
include path order issues that result in strange errors around the
inclusion of math.h (because we find the C version of that include
file that ships with the NDK before we find the libstdc++ version
of math.h (because the include path for our support libraries is
listed before the libstdc++ include search path). By having a distinct
install-root for our libraries we can avoid this problem.

Remove the previous hack that tried to work around the symptoms of
this issue.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2020-04-25 13:18:41 -07:00
..
Dockerfile build-system/Android: use PREFIX outside of NDK 2020-04-25 13:18:41 -07:00
download.sh builld-system: switch Android to Qt 5.13.1 2019-10-05 08:19:31 -07:00
setup-docker.sh build-system/Android: use install-qt.sh to install Qt 2020-04-25 13:18:41 -07:00