Skip to content

Commit

Permalink
Re-sync with internal repository (#120)
Browse files Browse the repository at this point in the history
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging.
  • Loading branch information
facebook-github-bot committed May 7, 2024
1 parent e3b437b commit 05c9959
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions fizz/config/BUCK
@@ -1,18 +1,2 @@
load("@fbsource//tools/build_defs:fb_native_wrapper.bzl", "fb_native")

# Only applies when manually opted into with platforms:fizz-mobile
fb_native.config_setting(
name = "mobile",
constraint_values = [
"fbsource//xplat/fizz/constraints:mobile",
],
visibility = ["PUBLIC"],
)

fb_native.config_setting(
name = "xplat",
constraint_values = [
"fbsource//xplat/fizz/constraints:xplat",
],
visibility = ["PUBLIC"],
)
# For now, this file needs to exist for fbcode-target-determinator to work.
# See: https://fb.workplace.com/groups/td.users/permalink/3290301304599199/

0 comments on commit 05c9959

Please sign in to comment.