blob: 0e8bdcad77ee30c8a4f1a68e0f182b1b8ab37bfc [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.
source_set("loader") {
sources = [
"package_loader.cc",
"package_loader.h",
]
public_deps = [
"//sdk/fidl/fuchsia.sys",
"//src/lib/fsl",
"//src/lib/fxl",
"//src/lib/pkg_url",
"//zircon/system/ulib/trace",
]
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}