blob: 914b4f6a1076f662702901fa4da37ad121d8dea2 [file] [log] [blame]
# Copyright 2023 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.
import("//build/host.gni")
group("tools") {
deps = [
"convert_tarball_to_starnix_container",
"gen_android_starnix_container",
]
}
group("tests") {
testonly = true
deps = [
"convert_tarball_to_starnix_container:tests($host_toolchain)",
"gen_android_starnix_container:tests($host_toolchain)",
"tar_to_pkg:tests($host_toolchain)",
]
}