Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
8a9af99ab10b20b1c6afb30cd9384e562a6647f9
/
.
/
errors
/
BUILD.bazel
blob: c27e4477f3e56dd649de47422ed821a9a7308c50 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"errors"
,
srcs
=
[
"errors.cpp"
],
hdrs
=
[
"errors.h"
],
includes
=
[
"."
],
)