diff options
author | 2024-04-15 13:48:29 -0700 | |
---|---|---|
committer | 2024-04-15 14:02:19 -0700 | |
commit | 23bc962bbb452ffe2add9f518f7c5d1ffc94c1f4 (patch) | |
tree | 88317eb040da791d4637e45aa9909eed4aad8140 /release_config_map.mk | |
parent | 4db0ba5add68056f7403d31ba76f111cb7068589 (diff) |
Drop "staging" release_config.
This changed to "trunk_staging" quite a while ago.
Bug: 328495189
Test: manual, TH
Ignore-AOSP-First: resolving merge conflict
Change-Id: I5ca4b818bcc53b72917c3f4f65bd94b243a3553a
Diffstat (limited to 'release_config_map.mk')
-rw-r--r-- | release_config_map.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/release_config_map.mk b/release_config_map.mk index e5fd36c1..72871a38 100644 --- a/release_config_map.mk +++ b/release_config_map.mk @@ -28,7 +28,4 @@ $(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, until we remove the old "staging" configs -$(call declare-release-config, staging, $(local_dir)build_config/trunk_staging.scl) - local_dir := |