pw_memory: Change pw_memory to cc_library_static in Android.bp Normal (non-facade or backend) Pigweed modules should be `cc_library_static`, even if they do not currently use any source files. In Soong, dependencies are listed by type (e.g. `cc_library_headers` modules are referenced in a `header_libs` list, while `cc_library_static` modules are referenced in a `static_libs` list). That means you cannot change the type of a module without breaking consumers. Bug: 481419496 Change-Id: Idbe5d8b9f50db97c77aa3d3f46fdf5816e75aa25 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/372292
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/.