blob: 30243b060d9d0b8ba784cad16591925c7a34abcc [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(mcgrathr): This is all temporary stuff to maintain rough compatibility
# with the old makefile build as used by the higher-layer Fuchsia GN build.
template("pkg_export") {
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 = {
pkg_export_manifest = [ target_name ]
}
}
}