blob: 030ad119d17f242158c9239db305dba0528adfc6 [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("sample") {
deps = [
"fifo",
]
if (false) { # TODO: not to be included in most images
deps += [
"multi",
"null",
"number",
"ramdisk",
"zero",
]
}
}