Skip to content

Commit 1d24866

Browse files
committed
debug: add NDK path logging to diagnose JitPack build
1 parent b5c2fc5 commit 1d24866

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jitpack.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ before_install:
1515

1616
install:
1717
- touch android/local.properties
18+
# Debug: show what NDK versions are available
19+
- ls -la /opt/android-sdk-linux/ndk/ || echo "No /opt/android-sdk-linux/ndk/"
20+
- ls -la $ANDROID_HOME/ndk/ || echo "No ANDROID_HOME/ndk/"
21+
- echo "ANDROID_HOME=$ANDROID_HOME"
22+
- echo "ANDROID_NDK_HOME=$ANDROID_NDK_HOME"
1823
- cd android && ./gradlew :core:publishToMavenLocal -PVERSION_NAME=$VERSION
1924

2025
env:

0 commit comments

Comments
 (0)