forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: X-link: facebook/folly#2218 These are necessary to buck build fizz Reviewed By: bigfootjon Differential Revision: D57915931 fbshipit-source-id: 93f3fc38f8af88de81eb730ecbccd92efcc4d6f3
- Loading branch information
1 parent
2badd76
commit 56a6855
Showing
4 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 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//third-party:third_party.bzl", "third_party_library") | ||
|
||
oncall("open_source") | ||
|
||
third_party_library( | ||
name = "brotlidec", | ||
homebrew_package_name = "brotli", | ||
pkgconfig_name = "libbrotlidec", | ||
) | ||
|
||
third_party_library( | ||
name = "brotlienc", | ||
homebrew_package_name = "brotli", | ||
pkgconfig_name = "libbrotlienc", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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//third-party:third_party.bzl", "third_party_library") | ||
|
||
oncall("open_source") | ||
|
||
third_party_library( | ||
name = "jvm", | ||
homebrew_package_name = "openjdk", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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//third-party:third_party.bzl", "third_party_library") | ||
|
||
oncall("open_source") | ||
|
||
third_party_library( | ||
name = "aegis", | ||
pkgconfig_name = "libaegis", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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//third-party:third_party.bzl", "third_party_library") | ||
|
||
oncall("open_source") | ||
|
||
third_party_library( | ||
name = "oqs", | ||
pkgconfig_name = "liboqs", | ||
) |