commit | ba1c16c185f0f3b452a8ff36c7376f6f670205db | [log] [tgz] |
---|---|---|
author | Jonathon Reinhart <jrreinhart@google.com> | Tue Feb 27 22:13:52 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 27 22:13:52 2024 +0000 |
tree | 6b4504b075556d1c9c3f9da1c828b523c9cbe84b | |
parent | 02d9eea12c0e17289fc80ca0fb447592066ae5c8 [diff] |
third_party: Android.bp: Export fuchsia_sdk_lib_stdcompat headers Before this change, attempting to use pw_function_headers led to the following error: In file included from external/pigweed/pw_function/public/pw_function/function.h:18: In file included from external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/function.h:12: external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/function.h:8:10: fatal error: 'lib/stdcompat/bit.h' file not found 8 | #include <lib/stdcompat/bit.h> | ^~~~~~~~~~~~~~~~~~~~~ Test: Compile cc_binary transitively depending on pw_function_headers Change-Id: I95ae0de292960a9f292588972bc31fdb7f4320d8 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/194370 Reviewed-by: Carlos Chinchilla <cachinchilla@google.com> Commit-Queue: Jonathon Reinhart <jrreinhart@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
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/.