diff options
author | 2024-05-01 09:24:47 -0700 | |
---|---|---|
committer | 2024-05-01 15:03:45 -0700 | |
commit | ec1553ee5a663cb75bc209b4414cbe45d97d988d (patch) | |
tree | 1029e4ebf84d41d0a7632d7da0f7af73ea6fe9ea /release_config_map.mk | |
parent | f1596094cc657ddb7fe61fe312079ed3f25a7805 (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.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 := |