chiark / gitweb /
buildserver: do not set NDK env vars, they are handled by `fdroid build`
authorHans-Christoph Steiner <hans@eds.org>
Fri, 17 Jun 2016 09:29:00 +0000 (11:29 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 21 Jun 2016 08:29:56 +0000 (10:29 +0200)
commit226237c5f75e6ad9796295f04c7af45be90855cc
treed3a7be6864c571299d7c96f4c620c515ba151b15
parenta88771cf307543e03f482ee7fc09c56001370434
buildserver: do not set NDK env vars, they are handled by `fdroid build`

`fdroid build` handles setting the NDK env vars since the NDK version can
change depending on the app being build.  Unlike ANDROID_HOME, there is no
single global NDK location.  The NDK installs are all versioned.
buildserver/provision-android-ndk
buildserver/setup-env-vars
makebuildserver