mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 06:50:53 -04:00
Added prebake check to makefile
This commit is contained in:
parent
39d39de914
commit
0d9abec269
1 changed files with 4 additions and 0 deletions
|
@ -32,9 +32,13 @@ debug:
|
|||
buildozer android debug
|
||||
|
||||
prebake:
|
||||
ifneq (,$(wildcard .buildozer/android/platform/build-arm64-v8a/dists/sideband/src/main/res/xml/device_filter.xml))
|
||||
@echo Device filter XML exists, skipping prebake
|
||||
else
|
||||
-(buildozer android release)
|
||||
@(echo Prebake finished, applying patches and rebuilding...)
|
||||
-(sleep 2)
|
||||
endif
|
||||
|
||||
release:
|
||||
buildozer android release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue