added sdk.dir to gradle.properties
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Has been cancelled
Test setup and build APKs / Build-and-Create-Development-Environment (push) Has been cancelled

This commit is contained in:
2025-12-09 17:14:53 +01:00
parent d5cdf6a106
commit 66212bfde4

7
dist/init_rc.sh vendored
View File

@@ -24,9 +24,6 @@ fi
echo "Using shell rc file: $SHELL_RC" echo "Using shell rc file: $SHELL_RC"
# Check if content already exists in the shell rc file and if not, append it cat dist/.baserc >> "$SHELL_RC"
cat /home/"$BUILD_USER"/"$SHELL_RC" | if ! grep -q "ANDROID_HOME" ; then source "$SHELL_RC"
cat dist/.baserc >> /home/"$BUILD_USER"/"$SHELL_RC" fi
source /home/"$BUILD_USER"/"$SHELL_RC"