Skip to content

Commit

Permalink
ci(android): set $ENV{ANDROID_NDK} for CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jul 31, 2024
1 parent e7c1878 commit 90271f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -qy gcc-multilib libclang-dev \
&& mv $HOME/.cargo/bin/bindgen /usr/bin

ENV PATH=$PATH:/android/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin \
ANDROID_NDK=/android/ndk/ \
AR_arm_linux_androideabi=llvm-ar \
AR_armv7_linux_androideabi=llvm-ar \
AR_aarch64_linux_android=llvm-ar \
Expand Down

0 comments on commit 90271f8

Please sign in to comment.