Skip to content

Commit

Permalink
Add PACKAGE file to oss
Browse files Browse the repository at this point in the history
Reviewed By: bigfootjon

Differential Revision: D63672836

fbshipit-source-id: ca69c93b0231bce3397346130e63dfc317a1e7f5
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Oct 1, 2024
1 parent 36b2e7d commit e21b901
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions PACKAGE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under both the MIT license found in the
# LICENSE-MIT file in the root directory of this source tree and the Apache
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
# of this source tree.

load("@shim//:cfg.bzl", "SHIM_ALIASES", "set_cfg_constructor", "get_shim_modifiers")
load("@prelude//cfg/modifier:set_cfg_modifiers.bzl", "set_cfg_modifiers")

# Activate cfg modifiers from CLI / PACKAGE / targets
set_cfg_constructor(SHIM_ALIASES)

modifiers = get_shim_modifiers()
set_cfg_modifiers(modifiers)

0 comments on commit e21b901

Please sign in to comment.