xref: /aosp_15_r20/external/federated-compute/fcp/BUILD (revision 14675a029014e728ec732f129a32e299b2da0601)
1# Description
2# Federated Computation Platform (FCP) is a computational framework,
3# which allows to orchestrate decentralized computations across
4# large set of dynamically available nodes (e.g. mobile devices).
5
6package(
7    default_visibility = [":internal"],
8)
9
10exports_files([
11    "LICENSE",
12])
13
14package_group(
15    name = "internal",
16    includes = [
17    ],
18    packages = [
19        "//fcp/...",
20    ],
21)
22