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