blob: f7eb456548e2b27a76b038b682390757a8fe6af4 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
visibility = [ "//peridot/bin/ledger/*" ]
group("encryption") {
deps = [
"//peridot/bin/ledger/encryption/impl",
"//peridot/bin/ledger/encryption/public",
]
}