Skip to content

Commit 857b6e1

Browse files
committed
Setting ANDROID_HOME path for android_dev box
1 parent be47ff1 commit 857b6e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
IMAGE_VERSION=1.21.10
1+
IMAGE_VERSION=1.21.11
22
NDK_VERSION=27.2.12479018
33
BAZELISK_VERSION=v1.26.0

android_dev/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ RUN RUNZSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmy
6666

6767
RUN echo "export NVM_DIR=${NVM_DIR}" >> /home/${ACTUAL_USER}/.zshrc && \
6868
echo "export PNPM_HOME=${PNPM_HOME}" >> /home/${ACTUAL_USER}/.zshrc && \
69+
echo "export ANDROID_HOME=${ANDROID_HOME}" >> /home/${ACTUAL_USER}/.zshrc && \
6970
echo "export PATH=${PATH}" >> /home/${ACTUAL_USER}/.zshrc && \
7071
echo "source ${NVM_DIR}/nvm.sh" >> /home/${ACTUAL_USER}/.zshrc
7172

0 commit comments

Comments
 (0)