Move Android NDK to /opt
authorXavier Claessens <xavier.claessens@collabora.com>
Thu, 29 Nov 2018 20:01:55 +0000 (15:01 -0500)
committerXavier Claessens <xclaesse@gmail.com>
Thu, 13 Dec 2018 17:08:16 +0000 (17:08 +0000)
commitf7331ab4f87206087db5b33b95168a558a60a577
treed1d95bb825bba94719d82380f032e21753ebc347
parent39f535986b5d99369fc0150bd9097f72ec250901
Move Android NDK to /opt

It was installed in '/' which doesn't feel right. Installing it in /root
is also not correct because we want to run the build as user instead of
root in the future and cleanup.sh removes everything in /root. /opt
seems the best place because that's also the default location when
installing Android Studio.
.gitlab-ci.yml
docker/android/android-create-toolchain.sh
docker/android/android-download-ndk.sh
docker/android/prepare.sh