blob: 757482cbbca17eff4247b8494c36be09246184fd [file] [log] [blame]
# Copyright 2025 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/dist/resource.gni")
import("//build/testing/host_test_data.gni")
resource("images") {
sources = [ "f2fs.img.zst" ]
outputs = [ "testdata/{{source_file_part}}" ]
}