mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Navit: update build recipe for upcoming releases
See merge request fdroid/fdroiddata!8472
This commit is contained in:
commit
5cca084180
1 changed files with 15 additions and 0 deletions
|
|
@ -807,6 +807,21 @@ Builds:
|
|||
build: scripts/build_android.sh
|
||||
ndk: r20b
|
||||
|
||||
- versionName: v0.5.5-74-gc843d5e
|
||||
versionCode: 2021022870
|
||||
disable: not a release version but new build recipe for future versions
|
||||
commit: c843d5ee6305e2df301e023a80deca937a47876d
|
||||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/navit-release.apk
|
||||
rm:
|
||||
- navit/support/espeak/espeak-data/*
|
||||
prebuild:
|
||||
- $$SDK$$/tools/bin/sdkmanager "cmake;3.6.4111459" > /dev/null
|
||||
- sed -i -e '/gradlew/d' scripts/build_android.sh
|
||||
build: scripts/build_android.sh
|
||||
ndk: r20b
|
||||
|
||||
MaintainerNotes: |-
|
||||
Found JAR file at navit/android/libs/TTS_library_stub.jar, removed as of v0.5.3-442-g96d9c41.
|
||||
NDK r12b is the minimum required as of v0.5.3, later versions may work but are untested.
|
||||
|
|
|
|||
Loading…
Reference in a new issue