blob: 010d01b8be9ec865df638bb0f647c094bb4a400c [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 = "//sdk"
public_configs = [ "//sdk/config" ]
sources = [
"images.cc",
"images.h",
]
public_deps = [ "//sdk/fidl/fuchsia.images" ]
}