Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <mike.schore@gmail.com>
  • Loading branch information
goaway committed Aug 5, 2019
1 parent e778006 commit c17fcc1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions library/objective-c/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ exports_files([

objc_library(
name = "envoy_engine_objc_lib",
# TODO(@goaway): The headers here should really be in hdrs, but this causes them to be imported
# twice due to the way they're pulled into our swift framework rule. We should fix this to
# maintain a valid objc target.
srcs = [
"EnvoyEngine.h",
"EnvoyEngineImpl.h",
Expand All @@ -17,12 +20,6 @@ objc_library(
"EnvoyHttpStream.m",
"EnvoyTypes.h",
],
hdrs = [
# "EnvoyEngine.h",
# "EnvoyEngineImpl.h",
# "EnvoyHttpStream.h",
# "EnvoyTypes.h",
],
visibility = ["//visibility:public"],
deps = ["//library/common:envoy_main_interface_lib"],
)

0 comments on commit c17fcc1

Please sign in to comment.