aboutsummaryrefslogtreecommitdiff
path: root/docs/targets.rst
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-23 00:09:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-23 00:09:38 +0000
commitaff67b6bbc28eba4d1f4a4a12e116e63ab4813ea (patch)
treeb7892405559e1714c330ffb8ac9de9104296f4e3 /docs/targets.rst
parent13960e09d00c4e8612da0a9084e0e051603f072b (diff)
parentf054515492af5132f685cb23fe11891ee77104c9 (diff)
downloadpigweed-aff67b6bbc28eba4d1f4a4a12e116e63ab4813ea.tar.gz
Change-Id: I018123259cd231d0e74933e492391999e36650e8
Diffstat (limited to 'docs/targets.rst')
-rw-r--r--docs/targets.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/targets.rst b/docs/targets.rst
index 6e8dba1b7..47aca6dad 100644
--- a/docs/targets.rst
+++ b/docs/targets.rst
@@ -49,9 +49,7 @@ build argument defined in Pigweed. Some notable arguments include:
template. This is typically used to set compiler flags, optimization levels,
global #defines, etc.
* ``default_public_deps``: List of GN targets which are added as a dependency
- to all ``pw_*`` GN targets. This is used to add global module dependencies;
- for example, in upstream, ``pw_polyfill`` is added here to provide C++17
- features in C++14 code.
+ to all ``pw_*`` GN targets. This is used to add global module dependencies.
* Facade backends: Pigweed defines facades to provide a common interface for
core system features such as logging without assuming an implementation.
When building a Pigweed target, the implementations for each of these must be