Create :app:clean task

This commit is contained in:
topjohnwu
2024-07-24 16:46:47 -07:00
parent eb74b266e1
commit 9c03514eb1
2 changed files with 6 additions and 10 deletions

View File

@ -536,16 +536,7 @@ def cleanup(args):
if "java" in targets:
header("* Cleaning java")
execv(
[
gradlew,
":app:apk:clean",
":app:core:clean",
":app:shared:clean",
":app:stub:clean",
],
env=find_jdk(),
)
execv([gradlew, ":app:clean"], env=find_jdk())
def setup_ndk(args):