Baresip 35.0.0 with libbaresip 22.0

This commit is contained in:
Juha Heinanen 2021-10-28 13:35:21 +00:00 committed by linsui
parent 7d92b5e3cc
commit eeaf1cbea9

View file

@ -1959,6 +1959,27 @@ Builds:
- popd
ndk: r21e
- versionName: 35.0.0
versionCode: 180
commit: bc7be1ff49fca206bfa943ade7efb62fc3b4e5e5
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.