GN build: Override built-in targets
- Override built-in targets, which gives more flexibility than
set_defaults.
- Provide the default C++ in the toolchain, which can be overridden by
explicitly specifying a config on a target.
- Remove the C++17 default flags from public configs, since it is no
longer needed.
Change-Id: If211bada971c46cef83909bf15811a4f2c1eb7fd
diff --git a/pw_protobuf/BUILD.gn b/pw_protobuf/BUILD.gn
index 01dfefa..ea82ecc 100644
--- a/pw_protobuf/BUILD.gn
+++ b/pw_protobuf/BUILD.gn
@@ -23,10 +23,7 @@
}
source_set("pw_protobuf") {
- public_configs = [
- "$dir_pw_build:pw_default_cpp",
- ":default_config",
- ]
+ public_configs = [ ":default_config" ]
public_deps = [
"$dir_pw_status",
"$dir_pw_varint",