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 Bartłomiej Rudecki
parent 108abfea3a
commit 52d0ea80f8
Signed by: przekichane
GPG key ID: 751F23C6F014EF76
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"