Skip to content

Commit

Permalink
Try to fix CI Android build (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho authored Feb 4, 2022
1 parent 70f772a commit 8e68ca0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skiko/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,9 @@ fun createLinkJvmBindings(
"-lGLESv3",
"-lEGL",
"-llog",
"-landroid"
"-landroid",
// Hack to fix problem with linker not always finding certain declarations.
"$skiaBinDir/libskia.a",
)
linker.set(androidClangFor(targetArch))
}
Expand Down

0 comments on commit 8e68ca0

Please sign in to comment.