remove the huge precompiled radare2; download it when building module

This commit is contained in:
Kavish Devar
2025-03-20 09:01:21 +05:30
parent 254e6c1fb4
commit cd5b69e78c
3 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,4 @@
root-module/radare2-5.9.9-android-aarch64.tar.gz
wak.toml
log.txt
btl2capfix.zip
@@ -7,6 +7,7 @@ root-module-manual
testing.py
.DS_Store
CMakeLists.txt.user*
# Android Template

View File

@@ -7,5 +7,5 @@ rm -f ../btl2capfix.zip
# COPYFILE_DISABLE env is a macOS fix to avoid parasitic files in ZIPs: https://superuser.com/a/260264
export COPYFILE_DISABLE=1
curl -L -o ./radare2-5.9.9-android-aarch64.tar.gz "https://hc-cdn.hel1.your-objectstorage.com/s/v3/25e8dbfe13892b4c26f3e01bfa45197f170bb0e7_radare2-5.9.9-android-aarch64.tar.gz"
zip -r ../btl2capfix.zip . -x \*.DS_Store \*__MACOSX \*DEBIAN ._\* .gitignore