Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/heads/sandbox/initial-bazel-host-build
/
.
/
src
/
host
/
pico_printf
/
BUILD.bazel
blob: b6a4bb7536a25be0cebe63e80cfabcb46c0c398c [
file
] [
log
] [
blame
] [
edit
]
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"pico_printf"
,
target_compatible_with
=
[
"//bazel/constraint:host"
],
)