Skip to content

Commit

Permalink
correct linker opts for internal builds of JetSki
Browse files Browse the repository at this point in the history
Change-Id: I81c697b9845b1dfa9c51db70b467297901c4618b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/653276
Commit-Queue: Jorge Betancourt <[email protected]>
Reviewed-by: Florin Malita <[email protected]>
  • Loading branch information
jbeta51 authored and SkCQ committed Mar 7, 2023
1 parent 36d1215 commit 490899d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions modules/jetski/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ skia_cc_library(
"src/Utils.cpp",
"src/Utils.h",
],
linkopts = [
"-ljnigraphics",
"-lEGL",
"-lGLESv2",
],
visibility = ["//platform_tools/android/apps/jetski:__pkg__"],
deps = [
"//:skia_internal",
Expand Down
9 changes: 0 additions & 9 deletions tools/window/android/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ skia_filegroup(

skia_cc_deps(
name = "deps",
linkopts = [
"-lX11",
"-lxcb", # dep of X11
"-lXau", # dep of xcb
"-lXdmcp", # dep of xcb
] + select({
"//src/gpu:vulkan_backend": ["-lX11-xcb"],
"//conditions:default": [],
}),
visibility = ["//tools/window:__pkg__"],
deps = select({
"//src/gpu:vulkan_backend": ["//tools/gpu/vk:testutils"],
Expand Down

0 comments on commit 490899d

Please sign in to comment.