diff options
author | 2024-06-27 16:28:21 +0000 | |
---|---|---|
committer | 2024-07-09 14:58:29 +0000 | |
commit | 925b392ae2a5d212904adec6cfebf4d1b8f574d9 (patch) | |
tree | eb6c463f92f5847c149157dbb55541045c24d0fd | |
parent | 8159dbbb5622d055eb1fbe96711e6355796ae02a (diff) |
Add aosp_current alias to aosp-main-future.
Follow-up CL will enable this in aosp-main (with DNMA) since aosp-main is ap2a.
Bug: b/348578929
Bug: b/338600659
Ignore-AOSP-First: "AOSP Staging branch"
Change-Id: I023054274ef65b7acad75eb94aa0530eb1a580a4
-rw-r--r-- | release_config_map.textproto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_config_map.textproto b/release_config_map.textproto index c0637f1a..44f7d710 100644 --- a/release_config_map.textproto +++ b/release_config_map.textproto @@ -1,3 +1,7 @@ +aliases: { + name: "aosp_current" + target: "ap3a" +} default_containers: "product" default_containers: "system" default_containers: "system_ext" |