mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-04 13:16:52 +00:00
Update XCSoar to 7.32 (153)
This commit is contained in:
parent
dc145a9ebb
commit
9cbd229df7
1 changed files with 21 additions and 2 deletions
|
|
@ -449,7 +449,26 @@ Builds:
|
|||
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r25b
|
||||
|
||||
- versionName: '7.32'
|
||||
versionCode: 153
|
||||
commit: e3c5a68c37c9f5b7b7a8265159ed25726fe44b8c
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build g++ vorbis-tools librsvg2-bin imagemagick make
|
||||
gettext quilt sox automake xsltproc cmake xz-utils pkg-config libtool
|
||||
output: output/ANDROID/opt/build/aligned.apk
|
||||
prebuild:
|
||||
- platforms=$(grep ANDROID_SDK_PLATFORM build/targets.mk | sed -E 's/.*android-([0-9]+)/\1/')
|
||||
- build_tools=$(grep build-tools build/android.mk | sed -E 's/.*\/([0-9.]+)$/\1/')
|
||||
- sdkmanager "platforms;android-$platforms" "build-tools;$build_tools"
|
||||
scandelete:
|
||||
- android/ioio
|
||||
- android/UsbSerial/usbserial/eclipse_lib
|
||||
build: make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j`nproc`
|
||||
ndk: r25b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '7.31'
|
||||
CurrentVersionCode: 152
|
||||
CurrentVersion: '7.32'
|
||||
CurrentVersionCode: 153
|
||||
|
|
|
|||
Loading…
Reference in a new issue