Skip to content

Commit

Permalink
Remove WatchOS support from quic
Browse files Browse the repository at this point in the history
Summary:
It appears this is mostly unused now. So removing it means we can generate / support fewer things

According to https://fb.workplace.com/groups/iosdevxadhoc/posts/1494056874808920 it seems like we probably don't need this anymore :)

Reviewed By: kvtsoy

Differential Revision: D61988885

fbshipit-source-id: 08ef275adf1280af07ef82e277fc0b045397f0ea
  • Loading branch information
mzlee authored and facebook-github-bot committed Aug 30, 2024
1 parent f96ac10 commit 7847eb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quic/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ load(
"FBCODE",
"IOS",
"MACOSX",
"WATCHOS",
"WINDOWS",
)
load("@fbsource//tools/build_defs:fb_xplat_cxx_binary.bzl", "fb_xplat_cxx_binary")
Expand Down Expand Up @@ -56,7 +55,7 @@ WINDOWS_CLANG_CXX_FLAGS = [
"-D_ENABLE_EXTENDED_ALIGNED_STORAGE",
]

DEFAULT_APPLE_SDKS = (IOS, MACOSX, WATCHOS)
DEFAULT_APPLE_SDKS = (IOS, MACOSX)
DEFAULT_PLATFORMS = (CXX, ANDROID, APPLE, FBCODE, WINDOWS)

def _compute_include_directories():
Expand Down

0 comments on commit 7847eb1

Please sign in to comment.