Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/heads/sandbox/initial-bazel-host-build
/
.
/
src
/
rp2_common
/
pico_fix
/
BUILD.bazel
blob: 617331295092f3982a837fbcbdf8d9a202dc7a30 [
file
] [
log
] [
blame
] [
edit
]
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"pico_fix"
,
target_compatible_with
=
select
({
"//bazel/constraint:rp2"
:
[],
"//conditions:default"
:
[
"@platforms//:incompatible"
],
}),
)