| # Copyright 2024 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/assembly/bootfs_files_for_assembly.gni") | |
| import("//build/dist/resource.gni") | |
| bootfs_files_for_assembly("bootfs") { | |
| deps = [ ":microbenchmarks.profiles" ] | |
| } | |
| resource("microbenchmarks.profiles") { | |
| sources = [ "microbenchmarks.profiles" ] | |
| outputs = "config/profiles/microbenchmarks.profiles" | |
| } |