mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
auto-add-overlay for resources
This commit is contained in:
parent
73eb0a1c2f
commit
964c425973
1 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@ abstract class CompileResourcesTask : Exec() {
|
|||
)
|
||||
args("-R", tmpRes.path)
|
||||
args("--manifest", manifestFile.asFile.get().path)
|
||||
args("--auto-add-overlay")
|
||||
args("-o", outputFile.asFile.get().path)
|
||||
execute()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue