diff options
author | 2024-05-10 13:29:08 -0700 | |
---|---|---|
committer | 2024-05-10 14:37:11 -0700 | |
commit | 3fc244f69931bcf6ebb6fea06597420aba31890a (patch) | |
tree | 379474c8b2348950e7513ae7d96f7ed9e446f1b5 /build_config | |
parent | c8260e6f58d64fe8a065786007b6fcca95fc6232 (diff) |
Use protobuf for all release configs
- Default to using protobuf
- trunk_staging already refuses starlark: must use protobuf
- Release configs declared elsewhere will use protobuf unless they:
- override RELEASE_BUILD_FLAGS_IN_PROTOBUF, and/or
- lack support for release configs in protobuf.
Bug: 328495189
Test: manual, TH
Merged-In: I7e960badcde1e288bec85195b5107024a0111fa1
Change-Id: I348cc25a01894da9d4800c1cdc6e3bb2d4212197
Diffstat (limited to 'build_config')
-rw-r--r-- | build_config/DEFAULT=proto | 0 | ||||
-rw-r--r-- | build_config/ap2a=make | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/build_config/DEFAULT=proto b/build_config/DEFAULT=proto new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/build_config/DEFAULT=proto diff --git a/build_config/ap2a=make b/build_config/ap2a=make new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/build_config/ap2a=make |