relan
76da21f121
makebuildserver: remove NDK r9b to save 1.6 GB of disk space
...
NDK r9b is used by only one app (net.gorry.android.input.nicownng) that
was last updated in 2015.
2018-02-12 09:16:55 +03:00
Hans-Christoph Steiner
9a90a5071d
buildserver: support any recent NDK version, with stable filenames
...
Now that the download file name and type seems to have stabilized, I
think we no longer need to manually specify each new added release in
this script to unpack.
closes #331
2017-07-06 12:25:48 +02:00
relan
86b403b599
makebuildserver: add NDK r15b
2017-07-04 11:44:25 +03:00
relan
ecdb2c685a
makebuildserver: fix NDK r14b provisioning
...
Replace r14 with r14b after a57bff7
.
2017-07-04 10:46:52 +03:00
Boris Kraut
ed310f0404
makebs: add ndk r14
2017-03-19 22:27:51 +01:00
est31
ddefec33cd
Add ndk 13b
2016-11-25 21:18:37 +01:00
Boris Kraut
815961acc5
Add ndk r11c
2016-08-14 00:59:31 +02:00
Daniel Martí
059d216aff
Re-add NDK r12b, now fixed.
2016-08-02 11:10:31 +02:00
Ciaran Gultnieks
bf153ec247
Revert "all: add NDK r12b and set it as default"
...
This reverts commit 82d09560c6
.
It doesn't work - the setup scripts are expecting a ".bin" file (which
is apparently a 7z archive), but what's actually got is a ".zip".
Conflicts:
buildserver/provision-android-ndk
2016-08-01 12:38:52 +01:00
Daniel Martí
d375318550
all: remove 32-bit buildserver code
...
We dropped support for 32-bit, so remove all the now unused code and
references.
2016-07-13 16:47:58 +01:00
Daniel Martí
82d09560c6
all: add NDK r12b and set it as default
2016-07-13 16:45:05 +01:00
Hans-Christoph Steiner
4e787cc750
buildserver: make provision scripts output name to log
2016-07-04 23:54:52 +02:00
Hans-Christoph Steiner
226237c5f7
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.
2016-06-21 10:29:56 +02:00
Hans-Christoph Steiner
ecab81d69d
buildserver: suppress unzip file list when unpacking SDK/NDK
...
Just too much pointless info in the log.
2016-06-21 10:29:56 +02:00
Hans-Christoph Steiner
02a835ff95
buildserver: unpack NDK with a provisioning shell script
...
This makes the process closer to ./jenkins-build scripts and .gitlab-ci.yml
files. Hopefully it uses less RAM than chef too.
2016-06-15 16:35:00 +02:00