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