fixed ENV for .bashrc and .zshrc
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Failing after 6m17s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 11s

This commit is contained in:
2025-12-09 16:20:00 +01:00
parent 2144e61048
commit c34089f0bc
3 changed files with 24 additions and 3 deletions

3
dist/.baserc vendored Normal file
View File

@@ -0,0 +1,3 @@
export ANDROID_HOME='/opt/android-sdk'
export PATH="${PATH}:${ANDROID_HOME}/cmdline-tools/latest/bin"
export PATH="${PATH}:${ANDROID_HOME}/platform-tools"