mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-27 12:39:10 +00:00
Fix cleanup
This commit is contained in:
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():
|
||||||
|
|||||||
Reference in New Issue
Block a user