mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
mpd: enable arm64
This commit is contained in:
parent
54053e9199
commit
b8028ca889
1 changed files with 4 additions and 1 deletions
|
|
@ -404,12 +404,15 @@ Builds:
|
||||||
- src/haiku/App_MusicPD
|
- src/haiku/App_MusicPD
|
||||||
prebuild:
|
prebuild:
|
||||||
- mkdir -p output/android/android/classes/
|
- mkdir -p output/android/android/classes/
|
||||||
|
- sed -i -e '/rm -rf/d' android/apk/make-unsigned-apk.sh
|
||||||
- sdkmanager 'platforms;android-29' 'build-tools;29.0.3'
|
- sdkmanager 'platforms;android-29' 'build-tools;29.0.3'
|
||||||
build:
|
build:
|
||||||
- cd output/android/
|
- cd output/android/
|
||||||
- python3 ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a --buildtype=debugoptimized
|
- python3 ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a --buildtype=debugoptimized
|
||||||
-Db_ndebug=true -Dwrap_mode=forcefallback
|
-Db_ndebug=true -Dwrap_mode=forcefallback
|
||||||
- meson configure
|
- ninja android/apk/mpd-unsigned.apk
|
||||||
|
- python3 ../../android/build.py $$SDK$$ $$NDK$$ arm64-v8a --buildtype=debugoptimized
|
||||||
|
-Db_ndebug=true -Dwrap_mode=forcefallback --reconfigure
|
||||||
- ninja android/apk/mpd-unsigned.apk
|
- ninja android/apk/mpd-unsigned.apk
|
||||||
ndk: r23c
|
ndk: r23c
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue