blob: b312bc86abba58b9da2d8e7eeddae95c76418c4f [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.
# third_party/boringssl expects these templates to be present. We do not yet
# support fuzzing in cobalt's core repo, so we stub the templates out.
template("fuzzer") {
not_needed([ "target_name" ])
not_needed(invoker, "*")
}
template("fuzzers_package") {
not_needed([ "target_name" ])
not_needed(invoker, "*")
}
set_defaults("fuzzer") {
configs = []
}