mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
xcsoar: use aligned apk
This commit is contained in:
parent
00c1f75dfb
commit
3b4cfadb0b
1 changed files with 5 additions and 3 deletions
|
|
@ -375,15 +375,17 @@ Builds:
|
|||
|
||||
- versionName: '7.28'
|
||||
versionCode: 149
|
||||
disable: can't install
|
||||
commit: 49c37d870f1e00b3600aa8f77fbfc9c2150b5672
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build g++ vorbis-tools librsvg2-bin imagemagick make
|
||||
gettext quilt sox m4 xsltproc cmake xz-utils pkg-config
|
||||
output: output/ANDROID/opt/build/unsigned.apk
|
||||
prebuild: sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue