Skip to content

Commit

Permalink
Android: build: specify all targets explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 5, 2023
1 parent a247b4b commit aea2c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
versionName "2.1.4"
externalNativeBuild {
cmake {
// exclude the other LibVNCServer targets
targets "ssl", "crypto", "libssh2", "turbojpeg-static", "vncclient", "vncconn" , "vnccanvas"
// specify explicit target list to exclude examples, tests, utils. etc from used libraries
targets "ssl", "crypto", "libssh2", "sshtunnel", "turbojpeg-static", "vncclient", "vncconn" , "vnccanvas"
}
}
}
Expand Down

0 comments on commit aea2c6d

Please sign in to comment.