PhotoChiotte update NDK meson

This commit is contained in:
LaDaube PhotoChiotte 2024-10-07 08:58:15 +00:00 committed by linsui
parent a8f127bba4
commit f8acace2f1

View file

@ -1001,7 +1001,28 @@ Builds:
.
ndk: r27
- versionName: '1.57'
versionCode: 58
commit: c684f15bcf7e71d8354b769233534075fd293b7a
subdir: app
sudo:
- apt-get update
- apt-get install -y meson ninja-build -t bookworm-backports
- apt-get install -y autoconf automake libtool make nasm pkg-config autopoint
cmake python3-markupsafe python3-jsonschema python3-jinja2 gperf
gradle:
- flavorA
prebuild: rm -vf ../*.bin
build:
- cd ..
- bash dlbuild.sh all
- cd app/src/main/cpp
- cmake -DANDROID_NATIVE_API_LEVEL=24 -DCMAKE_TOOLCHAIN_FILE=$$NDK$$/build/cmake/android.toolchain.cmake
-DANDROID_STL=c++_shared -DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON -DANDROID_TOOLCHAIN=clang
.
ndk: r27b
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.56'
CurrentVersionCode: 57
CurrentVersion: '1.57'
CurrentVersionCode: 58