diff options
Diffstat (limited to 'release_config_map.mk')
-rw-r--r-- | release_config_map.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_config_map.mk b/release_config_map.mk index 72871a38..16d27760 100644 --- a/release_config_map.mk +++ b/release_config_map.mk @@ -28,4 +28,7 @@ $(call declare-release-config, trunk_staging, $(local_dir)build_config/trunk_sta # 24Q2, aka AP2A $(call declare-release-config, ap2a, $(local_dir)build_config/ap2a.scl) +# Temporary config to ease testing build flag migration to protobuf +$(call declare-release-config, protobuf_flags, $(local_dir)build_config/protobuf_flags.scl, trunk_staging) + local_dir := |