Makefiles updated
This commit is contained in:
parent
4a2d9b1b78
commit
3b33da79f2
4
Makefile
4
Makefile
|
@ -22,6 +22,10 @@ cleanbuildozer:
|
|||
|
||||
cleanall: clean cleanbuildozer
|
||||
|
||||
preparewheel:
|
||||
pyclean .
|
||||
$(MAKE) -C sbapp cleanrns
|
||||
|
||||
build_wheel:
|
||||
python3 setup.py sdist bdist_wheel
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue