blob: 5a38af5e2b01d2441d081832bcbd12fa6dd8bb4a [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("cpp") {
sources = [
"images.cc",
"images.h",
]
deps = [
"//garnet/public/lib/fxl",
]
public_deps = [
"//garnet/public/fidl/fuchsia.images:fuchsia.images",
]
}