blob: d8a0eca12d01f2b07313ebfdd3b67450aaa10b20 [file] [log] [blame]
# Copyright 2020 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/go/go_library.gni")
go_library("cpp") {
deps = [
"../common",
"../types",
]
}