Bump aconfig flags extension to AP3A

Change-Id: Icbdcaf3c2667b8662d95cef04bb1cc265388b1f7
This commit is contained in:
Arian 2024-09-06 11:35:31 +02:00 committed by Bartłomiej Rudecki
parent 1c5497db3c
commit 108abfea3a
Signed by: przekichane
GPG key ID: 751F23C6F014EF76
5 changed files with 5 additions and 5 deletions

View file

@ -14,8 +14,8 @@
// limitations under the License.
aconfig_value_set {
name: "aconfig_value_set-tequila-ap2a",
name: "aconfig_value_set-tequila-ap3a",
values: [
"aconfig-values-ap2a-com.android.settingslib.media.flags-all",
"aconfig-values-ap3a-com.android.settingslib.media.flags-all",
],
}

View file

@ -14,7 +14,7 @@
// limitations under the License.
aconfig_values {
name: "aconfig-values-ap2a-com.android.settingslib.media.flags-all",
name: "aconfig-values-ap3a-com.android.settingslib.media.flags-all",
package: "com.android.settingslib.media.flags",
srcs: [
"*_flag_values.textproto",

View file

@ -18,6 +18,6 @@ load("//build/make/core/release_config.scl", "value")
values = [
# keep-sorted start numeric=yes
value("RELEASE_ACONFIG_VALUE_SETS", "aconfig_value_set-tequila-ap2a"),
value("RELEASE_ACONFIG_VALUE_SETS", "aconfig_value_set-tequila-ap3a"),
# keep-sorted end
]

View file

@ -17,6 +17,6 @@
local_dir := $(dir $(lastword $(MAKEFILE_LIST)))
# Attach the flag value definitions to the various release configurations.
$(call declare-release-config, ap2a, $(local_dir)build_config/ap2a.scl)
$(call declare-release-config, ap3a, $(local_dir)build_config/ap3a.scl)
local_dir :=