blob: 7744087b2e1efca0de954f5a3674a09ece81bf43 [file] [log] [blame]
# Copyright 2020 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/testing/host_test_data.gni")
if (is_host) {
host_test_data("template") {
sources = [
"config.json",
"licenses.json",
]
outputs = [ "$root_gen_dir/{{source}}" ]
}
}