release: Bump aconfig flags extension to BP1A

Change-Id: I22f8426820c9a72ea05a2b89460484952b93043f
This commit is contained in:
Michael Bestas
2025-03-06 16:56:45 +02:00
committed by Michael Bestas
parent f7ffc61280
commit 1f8f1ad685
38 changed files with 33 additions and 123 deletions

View File

@@ -1,21 +0,0 @@
// Copyright 2024 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
aconfig_values {
name: "aconfig-values-ap4a-com.android.server.notification-all",
package: "com.android.server.notification",
srcs: [
"*_flag_values.textproto",
]
}

View File

@@ -1,6 +0,0 @@
flag_value {
package: "com.android.server.notification"
name: "cross_app_polite_notifications"
state: ENABLED
permission: READ_WRITE
}

View File

@@ -1,6 +0,0 @@
flag_value {
package: "com.android.server.notification"
name: "polite_notifications_attn_update"
state: ENABLED
permission: READ_WRITE
}

View File

@@ -1,6 +0,0 @@
flag_value {
package: "com.android.server.notification"
name: "polite_notifications"
state: ENABLED
permission: READ_WRITE
}

View File

@@ -14,9 +14,8 @@
// limitations under the License.
aconfig_value_set {
name: "aconfig_value_set-lineage-ap4a",
name: "aconfig_value_set-lineage-bp1a",
values: [
"aconfig-values-ap4a-com.android.server.notification-all",
"aconfig-values-ap4a-com.android.window.flags-all",
"aconfig-values-bp1a-com.android.window.flags-all",
],
}

View File

@@ -13,7 +13,7 @@
// limitations under the License.
aconfig_values {
name: "aconfig-values-ap4a-com.android.window.flags-all",
name: "aconfig-values-bp1a-com.android.window.flags-all",
package: "com.android.window.flags",
srcs: [
"*_flag_values.textproto",

View File

@@ -2,5 +2,5 @@ flag_value {
package: "com.android.window.flags"
name: "enable_desktop_windowing_mode"
state: ENABLED
permission: READ_WRITE
permission: READ_ONLY
}

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2024 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
load("//build/make/core/release_config.scl", "value")
values = [
# keep-sorted start numeric=yes
value("RELEASE_ACONFIG_VALUE_SETS", "aconfig_value_set-lineage-ap4a"),
# keep-sorted end
]

View File

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

View File

@@ -13,7 +13,7 @@
// limitations under the License.
build_flag_declarations {
name: "build_flags-build-release-calyx",
name: "build_flags-build-release-lineage",
srcs: [
"RELEASE_*.textproto",
],

View File

@@ -1,11 +0,0 @@
name: "RELEASE_PIXEL_BROADCAST_ENABLED"
namespace: "android_UNKNOWN"
description: "feature flag to enable broadcast feature for Pixel leading phone"
value: {
bool_value: false
}
workflow: LAUNCH
containers: "product"
containers: "system"
containers: "system_ext"
containers: "vendor"

View File

@@ -1,4 +0,0 @@
name: "RELEASE_AVF_ENABLE_DICE_CHANGES"
value: {
bool_value: true
}

View File

@@ -1,4 +0,0 @@
name: "RELEASE_AVF_ENABLE_LLPVM_CHANGES"
value: {
bool_value: true
}

View File

@@ -1,4 +0,0 @@
name: "RELEASE_AVF_ENABLE_NETWORK"
value: {
bool_value: true
}

View File

@@ -1,4 +0,0 @@
name: "RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES"
value: {
bool_value: true
}

View File

@@ -1,4 +0,0 @@
name: "RELEASE_PIXEL_BROADCAST_ENABLED"
value: {
bool_value: false
}

View File

@@ -0,0 +1,4 @@
name: "RELEASE_GOOGLE_AKITA_16K_DEVELOPER_OPTION"
value: {
bool_value: true
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_PIXEL_AIDL_AUDIO_HAL_ZUMA"
value: {
bool_value: false
bool_value: true
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_AKITA"
value: {
string_value: "28"
string_value: "32"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_BLUEJAY"
value: {
string_value: "71"
string_value: "75"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_CAIMAN"
value: {
string_value: "12"
string_value: "18"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_CHEETAH"
value: {
string_value: "68"
string_value: "72"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_COMET"
value: {
string_value: "12"
string_value: "18"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_FELIX"
value: {
string_value: "62"
string_value: "66"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_HUSKY"
value: {
string_value: "45"
string_value: "49"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_KOMODO"
value: {
string_value: "12"
string_value: "18"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_LYNX"
value: {
string_value: "53"
string_value: "57"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_ORIOLE"
value: {
string_value: "92"
string_value: "96"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_PANTHER"
value: {
string_value: "68"
string_value: "72"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_RAVEN"
value: {
string_value: "92"
string_value: "96"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_SHIBA"
value: {
string_value: "45"
string_value: "49"
}

View File

@@ -1,4 +1,4 @@
name: "RELEASE_SVN_TOKAY"
value: {
string_value: "12"
string_value: "18"
}

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, ap4a, $(local_dir)build_config/ap4a.scl)
$(call declare-release-config, bp1a, $(local_dir)build_config/bp1a.scl)
local_dir :=

View File

@@ -4,11 +4,11 @@ default_containers: "system_ext"
default_containers: "vendor"
release_config {
name: "ap4a"
flag_value_files: "release_configs/ap4a.textproto"
name: "bp1a"
flag_value_files: "release_configs/bp1a.textproto"
}
build_config {
name: "ap4a"
flag_value_files: "build_config/ap4a.textproto"
name: "bp1a"
flag_value_files: "build_config/bp1a.textproto"
}

View File

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

View File

@@ -0,0 +1,3 @@
name: "bp1a"
inherits: "ap4a"
aconfig_value_sets: "aconfig_value_set-lineage-bp1a"