blob: eeaed464b2cee0bfeeab09f8e67042fc4fe9f606 [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",
]
}