blob: 886b5862e96684ec237b5e8ff6e8bae0416298fc [file] [log] [blame]
# 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"
}