Skip to content

Commit

Permalink
build: remove unnecessary opts (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
goaway authored and jpsim committed Nov 28, 2022
1 parent 6b38fec commit 242ce8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mobile/library/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,5 @@ envoy_cc_library(
cc_library(
name = "envoy_jni_interface_lib",
srcs = ["jni_interface.cc"],
copts = ["-std=c++14"],
linkopts = [
"-lm",
"-llog",
],
deps = [":envoy_main_interface_lib"],
)

0 comments on commit 242ce8d

Please sign in to comment.