diff options
author | becks <becks@yandex-team.ru> | 2022-06-01 01:41:59 +0300 |
---|---|---|
committer | becks <becks@yandex-team.ru> | 2022-06-01 01:41:59 +0300 |
commit | 25a2cfb08f14d8e2368a8e329c90062165ead0da (patch) | |
tree | 26b25e5b57f8d125297249e8b22eaabeef7ddca5 /build/rules/library_deps.policy | |
parent | 907a6d0212b2f0ae953db36ded0bcccdfee5c61e (diff) | |
download | ydb-25a2cfb08f14d8e2368a8e329c90062165ead0da.tar.gz |
METR-49707 move uatraits to metrika from contrib
ref:59ea4ccee01eaae7e9b606a77029f3316b33860e
Diffstat (limited to 'build/rules/library_deps.policy')
-rw-r--r-- | build/rules/library_deps.policy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/rules/library_deps.policy b/build/rules/library_deps.policy index 300fc938e4..e2e9eba824 100644 --- a/build/rules/library_deps.policy +++ b/build/rules/library_deps.policy @@ -41,4 +41,6 @@ ALLOW library/cpp/digest/benchmark -> yabs/server/util ALLOW library/cpp/eventlog/rt/tool -> search/idl ALLOW library/cpp/dolbilo/planner -> search/idl ALLOW library/cpp/vowpalwabbit/tools/vw_ops -> ml/differential_evolution +ALLOW library/cpp/user_agent -> metrika/uatraits +ALLOW library/go/yandex/uatraits -> metrika/uatraits DENY library -> .* |