Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
refs/heads/upstream/fix-otp-row-1
/
.
/
errors
/
BUILD.bazel
blob: c640564834247bd05eac7a6f0410d0936dcfee28 [
file
] [
log
] [
blame
] [
edit
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"errors"
,
srcs
=
[
"errors.cpp"
],
hdrs
=
[
"errors.h"
],
includes
=
[
"."
],
)