blob: 8b013e9d67477908a8c32ded31ec96d004a09b2c [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 = [ "//src/ledger/*" ]
group("encryption") {
deps = [
"//src/ledger/bin/encryption/impl",
"//src/ledger/bin/encryption/public",
]
}