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