blob: 07a1f29b808e6fce0b2195c2a1fb4bab51920416 [file] [log] [blame]
# Copyright 2018 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/dart/dart_library.gni")
dart_library("modular_flutter") {
package_name = "modular_flutter"
sdk_category = "partner"
source_dir = "lib"
sources = [
"run_mod.dart",
]
deps = []
}