android builds #9

Merged
restitux merged 27 commits from android-ci into main 2026-01-19 01:03:46 +00:00
Showing only changes of commit b9806f6d5d - Show all commits
@@ -31,6 +31,9 @@ RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ca
# Install dioxus-cli
RUN cargo binstall dioxus-cli@0.7.2
# Install bindgen-cli
RUN cargo binstall bindgen-cli
# Set required env vars
ENV ANDROID_HOME="/opt/android-tools/"
ENV NDK_HOME="$ANDROID_HOME/ndk/29.0.14206865"