mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
some small aapt tweaks
This commit is contained in:
parent
ec90f79c5b
commit
3580feb0ae
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@ abstract class CompileResourcesTask : Exec() {
|
|||
executable = aaptExecutable.path
|
||||
args("compile")
|
||||
args("--dir", input.asFile.get().path)
|
||||
args("-v")
|
||||
args("-o", tmpRes.path)
|
||||
execute()
|
||||
}
|
||||
|
@ -49,6 +50,8 @@ abstract class CompileResourcesTask : Exec() {
|
|||
args("-R", tmpRes.path)
|
||||
args("--manifest", manifestFile.asFile.get().path)
|
||||
args("--auto-add-overlay")
|
||||
args("--warn-manifest-validation")
|
||||
args("-v")
|
||||
args("-o", outputFile.asFile.get().path)
|
||||
execute()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue