From a9d929ddc3671f26214037f6d042bc713422bde1 Mon Sep 17 00:00:00 2001 From: Catfriend2 <28718700-Catfriend2@users.noreply.gitlab.com> Date: Fri, 27 Jun 2025 15:24:58 +0200 Subject: [PATCH] Update com.github.catfriend1.syncthingandroid.yml: testdata is not compiled in --- metadata/com.github.catfriend1.syncthingandroid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.catfriend1.syncthingandroid.yml b/metadata/com.github.catfriend1.syncthingandroid.yml index a8a0488cf5..addee1bf6e 100644 --- a/metadata/com.github.catfriend1.syncthingandroid.yml +++ b/metadata/com.github.catfriend1.syncthingandroid.yml @@ -2590,11 +2590,11 @@ Builds: - apt-get install -y -t bookworm-backports golang-go gradle: - yes - rm: - - syncthing/src/github.com/syncthing/syncthing/lib/model/testdata prebuild: - sed -i -e '/signingConfig/,+2d' build.gradle.kts - sed -i -e 's/java.net.URI/uri/' ../settings.gradle.kts + scanignore: + - syncthing/src/github.com/syncthing/syncthing/lib/model/testdata build: - export ndkversion=$(grep "ndkVersionShared" ../build.gradle.kts | cut -d '"' -f 4)