mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Added prebake check to makefile
This commit is contained in:
parent
39d39de914
commit
0d9abec269
@ -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…
Reference in New Issue
Block a user