blob: b3d269fadbc943f0e0693118a3e6bfa43a458fc6 [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.
# TODO(BLD-353): This is all temporary stuff to maintain rough compatibility
# with the old makefile build as used by the higher-layer Fuchsia GN build.
template("legacy_pkg") {
generated_file(target_name) {
outputs = [
"$root_build_dir/export/$target_name",
]
output_conversion = "list lines"
forward_variables_from(invoker,
[
"contents",
"data_keys",
"deps",
"walk_keys",
"testonly",
])
metadata = {
legacy_pkg_manifest = [ target_name ]
}
}
}