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