Related Objects
Related Objects
Event Timeline
Comment Actions
Done with:
/home/phabricator-android-builder/.bashrc
# cache directory for gradle versions export GRADLE_VERSION_DIR=/home/phabricator-android-builder/versions # to make gradle happy # apt install android-sdk export ANDROID_HOME=/home/phabricator-android-builder/android-sdk/ export PATH="${PATH}:${ANDROID_HOME}tools/:${ANDROID_HOME}platform-tools/" # put our gradle in the path export PATH="/home/phabricator-android-builder/bin:${PATH}" # Custom Java installed from # https://openjdk.org/projects/jdk/17/ export JAVA_HOME="/opt/reyboz/jdk-17.0.2"