aconfig: Add release and buildconfig textproto

Co-authored-by: AdarshGrewal <adarshgrewal@gmail.com>
Change-Id: I809f2eb7232c1e3755a50467341bdb50a6ec3c7f
This commit is contained in:
Sourajit Karmakar
2024-09-07 23:45:45 -04:00
committed by LuK1337
parent 5556ae9ae9
commit 649713b9af
4 changed files with 23 additions and 0 deletions

View File

View File

@@ -0,0 +1,6 @@
values: [
{
name: "RELEASE_ACONFIG_VALUE_SETS"
value: "aconfig_value_set-lineage-ap3a"
}
]

View File

@@ -0,0 +1,14 @@
default_containers: "product"
default_containers: "system"
default_containers: "system_ext"
default_containers: "vendor"
release_config {
name: "ap3a"
flag_value_files: "release_configs/ap3a.textproto"
}
build_config {
name: "ap3a"
flag_value_files: "build_config/ap3a.textproto"
}

View File

@@ -0,0 +1,3 @@
name: "ap3a"
prior_stages: "trunk"
aconfig_value_sets: "aconfig_value_set-lineage-ap3a"