blob: 9a951222c37a8811e23cf3c0ea9c48e1165cc39b [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.
visibility = [ "//src/ledger/cloud_provider_firestore/bin/*" ]
source_set("include") {
sources = [
"types.h",
]
public_deps = [
"//sdk/fidl/fuchsia.ledger.cloud",
"//src/ledger/cloud_provider_firestore/bin/fidl",
]
}