blob: b9d36456c739ef7f2b4c7b0db6c020650bef1cfb [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/cpp/sdk_source_set.gni")
sdk_source_set("cpp") {
category = "partner"
sdk_name = "images_cpp"
include_base = "//garnet/public"
sources = [
"images.cc",
"images.h",
]
public_deps = [
"//garnet/public/fidl/fuchsia.images:fuchsia.images",
]
}