Skip to content

Commit

Permalink
Remove WatchOS support from wangle
Browse files Browse the repository at this point in the history
Summary:
This should not be used anymore, so remove to generate fewer targets.

See also https://fb.workplace.com/groups/iosdevxadhoc/posts/1494056874808920

Reviewed By: rmaz

Differential Revision: D62029477

fbshipit-source-id: 427b84a92c8c882a4b8c77f89605ae22a805ecf2
  • Loading branch information
mzlee authored and facebook-github-bot committed Aug 30, 2024
1 parent 78dfcc1 commit f06b002
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wangle/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ load(
"FBCODE",
"IOS",
"MACOSX",
"WATCHOS",
"WINDOWS",
)

Expand Down Expand Up @@ -47,7 +46,7 @@ WINDOWS_CLANG_CXX_FLAGS = [
"-DBOOST_HAS_THREADS",
]

DEFAULT_APPLE_SDKS = (IOS, MACOSX, WATCHOS)
DEFAULT_APPLE_SDKS = (IOS, MACOSX)

DEFAULT_PLATFORMS = (ANDROID, APPLE, CXX, FBCODE, WINDOWS)

Expand Down

0 comments on commit f06b002

Please sign in to comment.