Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_libc: Don't implicitly link against global link_deps
This added a lot of extra object files into pw_libc.a which has `complete_static_lib = true`. This didn't cause any problems because none of those symbols would have been extracted from pw_libc.a (and if they were they wouldn't be extracted later). Regardless, it is better that pw_libc.a include only libc symbols. Change-Id: I172b8b77b63e37760fc5d81b7795b2ab5aff42fd Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/150051 Reviewed-by: Petr Hosek <[email protected]> Reviewed-by: Armando Montanez <[email protected]> Commit-Queue: Alex Brachet <[email protected]>
- Loading branch information