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
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/150051
Original-Reviewed-by: Petr Hosek <phosek@google.com>
Original-Reviewed-by: Armando Montanez <amontanez@google.com>
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/llvm-integration/+/235129
Reviewed-by: Armando Montanez <amontanez@google.com>
Commit-Queue: Prabhu Karthikeyan Rajasekaran <prabhukr@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
1 file changed