mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
disable split abi
This commit is contained in:
parent
216b939c2e
commit
fc1b5eeb69
1 changed files with 4 additions and 16 deletions
|
|
@ -749,9 +749,9 @@ Builds:
|
|||
== null/def disableCMakeRelWithDebInfo = false/' TMessagesProj/build.gradle
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 8.3.0-preview01-arm64
|
||||
- versionName: 8.3.0-preview01
|
||||
versionCode: 500
|
||||
commit: 159ced55449a392b45e184c778f8f022d79ab63e
|
||||
commit: bc309b21048d78db30855322369cd28a2259edf4
|
||||
timeout: 10800
|
||||
subdir: TMessagesProj
|
||||
submodules: true
|
||||
|
|
@ -760,7 +760,7 @@ Builds:
|
|||
- apt-get install -y ninja-build openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- miniFdroidArm64
|
||||
- miniFdroid
|
||||
output: build/outputs/apk/mini/*/*.apk
|
||||
prebuild:
|
||||
- echo -e "\norg.gradle.jvmargs=-Xms1024m -Xmx4096m -XX:MaxPermSize=4096m" >>
|
||||
|
|
@ -777,22 +777,10 @@ Builds:
|
|||
- go clean -cache
|
||||
- git rev-parse HEAD
|
||||
- git gc --prune=now
|
||||
- sed -i -e 's/def disableCMakeRelWithDebInfo = System.getenv("COMPILE_NATIVE")
|
||||
== null/def disableCMakeRelWithDebInfo = false/' TMessagesProj/build.gradle
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: |
|
||||
The best we can do now is auto update the arm64 version. The arm version has to be updated manually for now.
|
||||
|
||||
According to https://github.com/NekoX-Dev/NekoX/pull/681#issuecomment-980631578, we have to force enable the native libs compilation.
|
||||
|
||||
To convert an arm64 receipe to an arm one:
|
||||
- Change versionName suffix from `-arm64` to `-arm`
|
||||
- -1 to versionCode
|
||||
- Change gradle task to miniFdroidArm
|
||||
|
||||
ArchivePolicy: 6 versions
|
||||
AutoUpdateMode: Version +-arm64 %v
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: TMessagesProj/build.gradle|verCode\s=\s(\d+)|.|verName\s=\s"(.+)"
|
||||
CurrentVersion: 8.3.0-preview01
|
||||
|
|
|
|||
Loading…
Reference in a new issue