Skip to content

Commit

Permalink
Fix build error of Dockerfile
Browse files Browse the repository at this point in the history
Change-Id: I0083977d45ee322bf82241be1fd7c80eb0919b13
Signed-off-by: kexuan.yang <kexuan.yang@gmail.com>
  • Loading branch information
yangkx1024 committed Dec 10, 2023
1 parent ce7b441 commit 0becc9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .space/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ ARG ndk_version=26.1.10909125
ARG cmake=3.22.1
ARG android_system_image=system-images;${android_api};google_apis_playstore;x86_64

ENV ANDROID_HOME=/opt/android/sdk
ANDROID_NDK_ROOT=${ANDROID_HOME}/ndk/${ndk_version}
ANDROID_NDK_TOOLCHAINS_PATH=${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin
ANDROID_AVD_HOME=/opt/android/avd
EMULATOR_NAME=nexus
ENV ANDROID_HOME=/opt/android/sdk \
ANDROID_NDK_ROOT=${ANDROID_HOME}/ndk/${ndk_version} \
ANDROID_NDK_TOOLCHAINS_PATH=${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin \
ANDROID_AVD_HOME=/opt/android/avd \
EMULATOR_NAME=nexus \
EMULATOR_TIMEOUT=360

RUN mkdir -p ${ANDROID_HOME} && \
Expand Down

0 comments on commit 0becc9f

Please sign in to comment.