blob: b29c0ba345bea849e414c26ba245578699f7bc68 [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("async-loop-default") {
static_libs = [ "async-loop-default" ]
deps = [
"../async-default",
"../async-loop",
]
sources = [
"include/lib/async-loop/default.h",
]
include_dirs = [ "include" ]
}
group("all"){
deps = [
":async-loop-default",
]
}