summaryrefslogtreecommitdiff
path: root/release_config_map.mk
diff options
context:
space:
mode:
author LaMont Jones <lamontjones@google.com> 2024-05-01 09:24:47 -0700
committer LaMont Jones <lamontjones@google.com> 2024-05-01 15:03:45 -0700
commitec1553ee5a663cb75bc209b4414cbe45d97d988d (patch)
tree1029e4ebf84d41d0a7632d7da0f7af73ea6fe9ea /release_config_map.mk
parentf1596094cc657ddb7fe61fe312079ed3f25a7805 (diff)
Add RELEASE_BUILD_FLAGS_IN_PROTOBUF
This will guard the conversion to using protobufs for build flags. To ease testing for those working on the migration, add a temporary release config "protobuf_flags" which is === "trunk_staging", with RELEASE_BUILD_FLAGS_IN_PROTOBUF=true. Bug: 328495189 Test: manual Ignore-AOSP-First: cherry-pick due to merge conflict Change-Id: I7d40e5bb923cf84609e2f3a3cbd47c5a5d03a983
Diffstat (limited to 'release_config_map.mk')
-rw-r--r--release_config_map.mk3
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 :=