commit | 77dbd41823c7ae30e457257fbd7753ede5eb824b | [log] [tgz] |
---|---|---|
author | Ted Pudlik <[email protected]> | Wed Jan 03 23:59:35 2024 +0000 |
committer | CQ Bot Account <[email protected]> | Wed Jan 03 23:59:35 2024 +0000 |
tree | ba10d4748a6928d530090d2d3971aaec3ac6badf | |
parent | 9fb521d2c89fad9faae317468938828d27c0f816 [diff] |
bazel: Replace pw_cc_library with cc_library This change was automatically generated by running, buildozer 'set kind cc_library' ...:%pw_cc_library buildozer 'fix unusedLoads' ...:__pkg__ The first command converted all `pw_cc_library` targets to `cc_library`. The second removed the (now unused) loads of `pw_cc_library` from the affected BUILD.bazel files. This change is just a no-op cleanup, since `pw_cc_library` became an alias for `cc_library` in http://pwrev.dev/178924. Bug: 267498492 Change-Id: Iefcc21fc5819a21612bbaffaafd1ffbec42faa26 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/186763 Reviewed-by: Armando Montanez <[email protected]> Pigweed-Auto-Submit: Ted Pudlik <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.