Skip to content
Snippets Groups Projects
Commit 8c831088 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

build: fix task dependency

assets should be copied before merging.
parent 3360409e
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ android {
resValue "string", "build_vlc_revision", vlcRevision()
tasks.whenTaskAdded { task ->
if (task.name.startsWith('assemble')) {
if (task.name.startsWith('merge')) {
task.dependsOn luaPlaylistCopy
task.dependsOn luaMetaCopy
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment