mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +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
|
||||
prebuild:
|
||||
- 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'
|
||||
build:
|
||||
- cd output/android/
|
||||
- python3 ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a --buildtype=debugoptimized
|
||||
-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
|
||||
ndk: r23c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue