| # 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}}" ] | |
| } |