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
tree: 9112ae78bf444fe34b19de757d83c2666d2fb814
  1. pw_libc/
  2. third_party/
  3. AUTHORS
  4. CONTRIBUTING.md
  5. LICENSE
  6. OWNERS
  7. README.md
README.md

Pigweed Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Pigweed.