Unverified Commit 8e68ca08 authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub

Try to fix CI Android build (#477)

parent 70f772af
...@@ -944,7 +944,9 @@ fun createLinkJvmBindings( ...@@ -944,7 +944,9 @@ fun createLinkJvmBindings(
"-lGLESv3", "-lGLESv3",
"-lEGL", "-lEGL",
"-llog", "-llog",
"-landroid" "-landroid",
// Hack to fix problem with linker not always finding certain declarations.
"$skiaBinDir/libskia.a",
) )
linker.set(androidClangFor(targetArch)) linker.set(androidClangFor(targetArch))
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment