Miguel Young de la Sota | 98cfa22 | 2022-04-06 15:31:06 -0400 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
3 | # SPDX-License-Identifier: Apache-2.0 | ||||
4 | |||||
5 | load("@com_google_protobuf//:protobuf_deps.bzl", _protobuf_deps = "protobuf_deps") | ||||
6 | |||||
7 | def protobuf_deps(): | ||||
8 | _protobuf_deps() |