Skip to content

Commit

Permalink
Fix vulkan validation layer sourceSet debug build (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Oct 22, 2024
1 parent 7ff0c71 commit 0c03aae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion platform/android/MapLibreAndroid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ configurations {
}
}

apply<DownloadVulkanValidationPlugin>()
// apply<DownloadVulkanValidationPlugin>()

// intentionally disabled
// apply(plugin = "maplibre.jacoco-report")
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ internal fun Project.configureVulkanJniLibs() = this.extensions.getByType<BaseEx
jniLibs.srcDir(tasks.named("unzip").get().outputs.files.asFileTree)
}
}

}

0 comments on commit 0c03aae

Please sign in to comment.