Skip to content

Commit

Permalink
Remove most WatchOS support from xplat/folly
Browse files Browse the repository at this point in the history
Summary:
I think this is not needed or used anymore. So removing it helps reduce the number of targets

According to https://fb.workplace.com/groups/iosdevxadhoc/posts/1494056874808920, it seems we just need WatchOS for a few targets

Reviewed By: rmaz

Differential Revision: D61988884

fbshipit-source-id: 895b7f0659af59014cd1bb461ae842ffb0c9bce8
  • Loading branch information
mzlee authored and facebook-github-bot committed Aug 30, 2024
1 parent abeb583 commit e3e446a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions folly/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ load(
"FBCODE",
"IOS",
"MACOSX",
"VISIONOS",
"WATCHOS",
"WINDOWS",
"get_available_platforms",
)
Expand Down Expand Up @@ -110,7 +108,7 @@ WINDOWS_CLANG_CXX_FLAGS = [
"-D_ENABLE_EXTENDED_ALIGNED_STORAGE",
]

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

def _compute_include_directories():
Expand Down

0 comments on commit e3e446a

Please sign in to comment.