blob: 8e9397d11a7d0a01a06c88541cdbe0aba4eb4cfb [file] [log] [blame]
# Copyright 2022 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("hlcpp") {
deps = [
"../measurer",
"../utils",
"//tools/fidl/lib/fidlgen",
]
sources = [ "hlcpp.go" ]
}