Makefiles updated

This commit is contained in:
Mark Qvist 2022-10-03 12:54:35 +02:00
parent 4a2d9b1b78
commit 3b33da79f2
2 changed files with 7 additions and 2 deletions

View File

@ -22,6 +22,10 @@ cleanbuildozer:
cleanall: clean cleanbuildozer
preparewheel:
pyclean .
$(MAKE) -C sbapp cleanrns
build_wheel:
python3 setup.py sdist bdist_wheel

View File

@ -47,7 +47,8 @@ endif
release:
buildozer android release
postbuild: cleanrns
postbuild:
$(MAKE) cleanrns
apk: prepare prebake pacthfiles release postbuild
@ -60,7 +61,7 @@ install:
adb install bin/sideband-$$(python ./gv.py)-arm64-v8a-release.apk
console:
(adb logcat | grep python)
(adb logcat | grep "python\|sidebandservice")
getrns:
(cp -rv ../../Reticulum/RNS ./;rm ./RNS/Utilities/RNS;rm ./RNS/__pycache__ -r)