Skip to content

Commit

Permalink
mobile/build: Fix ANDROID_NDK_HOME path (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed May 21, 2024
1 parent c681aa5 commit 7523800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/linux/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ COPY \
# mobile
FROM full as mobile
ENV ANDROID_HOME=/.android/sdk \
ANDROID_NDK_HOME=/.android/sdk/ndk/27.0.11718014-beta1 \
ANDROID_NDK_HOME=/.android/sdk/ndk/27.0.11718014 \
ANDROID_NDK_VERSION=27.0.11718014-beta1 \
ANDROID_SDK_INSTALL_TARGET=/.android \
ANDROID_SDK_ROOT=/.android/sdk
Expand Down

0 comments on commit 7523800

Please sign in to comment.