Skip to content

Commit 06c5684

Browse files
committed
Install cbindgen in android build script
Temporary fix to address maybenot.h (checked in) sometimes needing to be re-generated due to how `make` looks at last-modifications while git neither stores nor consistently sets modification metadata on file checkout.
1 parent 3b1dbeb commit 06c5684

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-apk.sh

+5
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ mkdir -p "app/build/extraAssets"
7777
mkdir -p "app/build/extraJni"
7878
popd
7979

80+
# Temporary fix to address maybenot.h (checked in) sometimes needing to be
81+
# re-generated due to how `make` looks at last-modifications while git neither
82+
# stores nor consistently sets modification metadata on file checkout.
83+
cargo install --force cbindgen
84+
8085
for ARCHITECTURE in ${ARCHITECTURES:-aarch64 armv7 x86_64 i686}; do
8186
case "$ARCHITECTURE" in
8287
"x86_64")

0 commit comments

Comments
 (0)