Skip to content

Commit

Permalink
Use QuicTransportBase.h in build TARGET for "transport"
Browse files Browse the repository at this point in the history
Summary: I honestly don't know how builds were working. I was using `QuicTransportBaseLite.h` instead of `QuicTransportBase.h` in the "transport" TARGET.

Reviewed By: jbeshay

Differential Revision: D66790387

fbshipit-source-id: d7cb17fa5536c442f00fc2c86539ebc2f32a8900
  • Loading branch information
Aman Sharma authored and facebook-github-bot committed Dec 5, 2024
1 parent c842150 commit 426272d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions quic/api/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ mvfst_cpp_library(
],
headers = [
"QuicSocket.h",
"QuicTransportBaseLite.h",
"QuicTransportBase.h",
],
deps = [
":loop_detector_callback",
":quic_batch_writer",
":transport_helpers",
"//folly:chrono",
"//folly:scope_guard",
"//quic/common:time_util",
Expand All @@ -66,7 +67,6 @@ mvfst_cpp_library(
"//quic/state:stream_functions",
],
exported_deps = [
":transport_helpers",
":transport_lite",
"//folly:exception_wrapper",
"//folly:maybe_managed_ptr",
Expand All @@ -75,7 +75,6 @@ mvfst_cpp_library(
"//quic:constants",
"//quic:exception",
"//quic/codec:types",
"//quic/common:looper",
"//quic/common:network_data",
"//quic/common:optional",
"//quic/common:small_collections",
Expand Down

0 comments on commit 426272d

Please sign in to comment.