blob: 5c0ad0e031b0cc3cf444ea0bd27ea8f09fca2c85 [file] [log] [blame]
# Copyright 2022 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/python/python_library.gni")
python_library("fast_copy_mock") {
library_name = "fast_copy_mock"
sources = [
"__init__.py",
"fast_copy_mock.py",
]
}