blob: 69cb0ea7986385a5a46a6e6a8656b357e0ff97a0 [file] [log] [blame]
# Copyright 2016 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("storage") {
deps = [
"//peridot/bin/ledger/storage/impl",
"//peridot/bin/ledger/storage/public",
]
}