mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-21 15:18:22 +00:00
Fix cleanup
This commit is contained in:
parent
9907ce57aa
commit
0a86916d3a
4
build.py
4
build.py
@ -487,7 +487,9 @@ def cleanup():
|
|||||||
|
|
||||||
if "app" in targets:
|
if "app" in targets:
|
||||||
header("* Cleaning app")
|
header("* Cleaning app")
|
||||||
execv([gradlew, ":app:clean"], env=find_jdk())
|
os.chdir("app")
|
||||||
|
execv([gradlew, ":clean"], env=find_jdk())
|
||||||
|
os.chdir("..")
|
||||||
|
|
||||||
|
|
||||||
def build_all():
|
def build_all():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user