blob: 57f4115948ca38bd67029267927da70ba45ed139 [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("cpp_fuzzer") {
not_needed([ "target_name" ])
not_needed(invoker, "*")
}
set_defaults("cpp_fuzzer") {
configs = []
}