blob: 7cb6dad9ebe7d0c53d4be7d631686357345bbe96 [file] [log] [blame]
# Copyright 2023 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("jellyfish") {
source_root = "jellyfish/jellyfish"
sources = [
"__init__.py",
"_jellyfish.py",
"porter.py",
]
}
group("tests") {
testonly = true
deps = [ "tests" ]
}