From c172e3bd06a6a99213ccb6e163f34e899c2bfa62 Mon Sep 17 00:00:00 2001 From: David Liu Date: Tue, 11 Jun 2024 19:17:57 +0900 Subject: [PATCH] Fix build --- build/android/Dockerfile | 1 + build/android_prefixed/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/build/android/Dockerfile b/build/android/Dockerfile index dfe76fd..9919159 100644 --- a/build/android/Dockerfile +++ b/build/android/Dockerfile @@ -17,6 +17,7 @@ RUN /root/scripts/apt_install_x86_64.sh \ && sudo apt-get install -y build-essential ENV LC_ALL=C.UTF-8 RUN cd /root && python3 run.py build $PACKAGE_NAME --commit "${COMMIT_HASH}" +ENV PATH="${PATH}:/root/_source/android_prefixed/depot_tools" RUN cd /root && python3 run.py package $PACKAGE_NAME RUN mv $PACKAGE_DIR/webrtc.tar.gz / diff --git a/build/android_prefixed/Dockerfile b/build/android_prefixed/Dockerfile index c4127df..b76520a 100644 --- a/build/android_prefixed/Dockerfile +++ b/build/android_prefixed/Dockerfile @@ -17,6 +17,7 @@ RUN /root/scripts/apt_install_x86_64.sh \ && sudo apt-get install -y build-essential ENV LC_ALL=C.UTF-8 RUN cd /root && python3 run.py build $PACKAGE_NAME --commit "${COMMIT_HASH}" +ENV PATH="${PATH}:/root/_source/android_prefixed/depot_tools" RUN cd /root && python3 run.py package $PACKAGE_NAME RUN mv $PACKAGE_DIR/webrtc.tar.gz /