blob: ed2da1599524838a55fb2ee4c0f4c920b62f3ce4 [file] [log] [blame]
# Copyright 2019 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.
group("storage") {
deps = [
# "blobfs",
"ramdevice-client",
]
}
group("tests") {
testonly = true
deps = [
# "blobfs:tests",
"ramdevice-client:tests",
]
}