From ec1553ee5a663cb75bc209b4414cbe45d97d988d Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Wed, 1 May 2024 09:24:47 -0700 Subject: 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 --- release_config_map.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'release_config_map.mk') 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 := -- cgit v1.2.3-59-g8ed1b