PhotoChiotte update NDK

This commit is contained in:
LaDaube PhotoChiotte 2025-08-03 21:18:54 +00:00 committed by Licaon_Kter
parent 113dc68b8e
commit be99a5e5c4

View file

@ -1192,7 +1192,28 @@ Builds:
.
ndk: r28b
- versionName: '1.66'
versionCode: 67
commit: c43ac7761df4b0e23993cc73ee35cbc73ab379af
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: r28c
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.65'
CurrentVersionCode: 66
CurrentVersion: '1.66'
CurrentVersionCode: 67