Skip to content

Commit

Permalink
Sync D52344770 and D57014842 to GibHub
Browse files Browse the repository at this point in the history
  • Loading branch information
frqiu committed May 7, 2024
1 parent 4eefca5 commit e3b437b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions fizz/config/BUCK
@@ -1,2 +1,18 @@
# For now, this file needs to exist for fbcode-target-determinator to work.
# See: https://fb.workplace.com/groups/td.users/permalink/3290301304599199/
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"],
)

0 comments on commit e3b437b

Please sign in to comment.