ndk upgrade to r25b

This commit is contained in:
Juha Heinanen 2022-09-16 09:25:15 +03:00 committed by linsui
parent 3a7b4f5127
commit 415f7f5847

View file

@ -2800,10 +2800,31 @@ Builds:
- popd
ndk: r23b
- versionName: 49.0.1
versionCode: 233
commit: 195a095866f4444cf6c4140cdca0a596535665f5
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless wget
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@26.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r25b
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 49.0.0
CurrentVersionCode: 232
CurrentVersion: 49.0.1
CurrentVersionCode: 233