third_party.pigweed.src/pw_transfer
Ted Pudlik bfaf596d3e
Some checks are pending
bazel-noenv / bazel-build-test (push) Waiting to run
lintformat / lintformat (push) Waiting to run
bazel: Roll out incompatible_with_mcu
This change was automatically generated by running the following script:

    #!/bin/bash
    STRING="target_compatible_with = select(TARGET_COMPATIBLE_WITH_HOST_SELECT),"
    REPLACEMENT="target_compatible_with = incompatible_with_mcu(),"

    for p in `git grep -l "$STRING"`; do
      echo "Replacing in $p"
      sed -i "s/$STRING/$REPLACEMENT/g" $p
    done

    # Add loads of incompatible_with_mcu to every package, and then remove them if
    # anywhere they're unused..
    /usr/bin/buildozer 'new_load //pw_build:compatibility.bzl incompatible_with_mcu' //...:__pkg__
    /usr/bin/buildozer 'fix unusedLoads' //...:__pkg__

Bug: 348008794
Change-Id: Ie94c34fdbbbf3bd56301dda86e8d0203d6ecd2aa
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/216852
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Taylor Cramer <cramertj@google.com>
Commit-Queue: Ted Pudlik <tpudlik@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
2024-07-02 17:13:50 +00:00
..
integration_test bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
java bazel: Roll out incompatible_with_mcu 2024-07-02 17:13:50 +00:00
public/pw_transfer
pw_transfer_private
py pw_build: Introduce pw_py_test to bazel 2024-06-10 22:25:45 +00:00
ts
api.rst
atomic_file_transfer_handler_test.cc
atomic_file_transfer_handler.cc
BUILD.bazel
BUILD.gn
chunk_test.cc
chunk.cc
client_context.cc
client_test.cc
client.cc
CMakeLists.txt
context.cc
docs.rst
handler_test.cc
OWNERS
rate_estimate.cc
read.svg
server_context.cc
transfer_test.cc
transfer_thread_test.cc
transfer_thread.cc
transfer.cc pw_transfer: Don't assert on resource status responder 2024-06-28 23:45:13 +00:00
transfer.proto
write.svg