baresip 36.0.0 using ndk r21e

This commit is contained in:
Juha Heinanen 2021-11-13 13:37:34 +00:00 committed by linsui
parent 4f88a20ec8
commit c5f4af73fa

View file

@ -2001,10 +2001,31 @@ Builds:
- popd
ndk: r23
- versionName: 36.0.0
versionCode: 183
commit: 46122285dc809e53b48c72ddbd6c675b7ff6b6a6
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@22.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
's|/usr/src/baresip-studio|../../com.tutpro.baresip|' Makefile
- make download-sources
- make install-all
- popd
ndk: r21e
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 35.2.0
CurrentVersionCode: 182
CurrentVersion: 36.0.0
CurrentVersionCode: 183