Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Jun 18, 2024
1 parent f26a75e commit 922d318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function build_android() {
fi
mkdir -p $android_libs/$target_dir
cp $BASE/target/$target/${mode2}/lib${name}.so $android_libs/${target_dir}/lib${name}.so
cp $BASE/target/$target/${mode2}/lib${name}.a $android_libs/${target_dir}/lib${name}.a
done

cbindgen -c $BASE/cbindgen.toml -l C --cpp-compat -o $android_libs/$name.h
Expand Down

0 comments on commit 922d318

Please sign in to comment.