release: Bump aconfig flags extension to BP1A
Change-Id: I22f8426820c9a72ea05a2b89460484952b93043f
This commit is contained in:
committed by
Michael Bestas
parent
f7ffc61280
commit
1f8f1ad685
@@ -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",
|
|
||||||
]
|
|
||||||
}
|
|
@@ -1,6 +0,0 @@
|
|||||||
flag_value {
|
|
||||||
package: "com.android.server.notification"
|
|
||||||
name: "cross_app_polite_notifications"
|
|
||||||
state: ENABLED
|
|
||||||
permission: READ_WRITE
|
|
||||||
}
|
|
@@ -1,6 +0,0 @@
|
|||||||
flag_value {
|
|
||||||
package: "com.android.server.notification"
|
|
||||||
name: "polite_notifications_attn_update"
|
|
||||||
state: ENABLED
|
|
||||||
permission: READ_WRITE
|
|
||||||
}
|
|
@@ -1,6 +0,0 @@
|
|||||||
flag_value {
|
|
||||||
package: "com.android.server.notification"
|
|
||||||
name: "polite_notifications"
|
|
||||||
state: ENABLED
|
|
||||||
permission: READ_WRITE
|
|
||||||
}
|
|
@@ -14,9 +14,8 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
aconfig_value_set {
|
aconfig_value_set {
|
||||||
name: "aconfig_value_set-lineage-ap4a",
|
name: "aconfig_value_set-lineage-bp1a",
|
||||||
values: [
|
values: [
|
||||||
"aconfig-values-ap4a-com.android.server.notification-all",
|
"aconfig-values-bp1a-com.android.window.flags-all",
|
||||||
"aconfig-values-ap4a-com.android.window.flags-all",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
@@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
aconfig_values {
|
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",
|
package: "com.android.window.flags",
|
||||||
srcs: [
|
srcs: [
|
||||||
"*_flag_values.textproto",
|
"*_flag_values.textproto",
|
@@ -2,5 +2,5 @@ flag_value {
|
|||||||
package: "com.android.window.flags"
|
package: "com.android.window.flags"
|
||||||
name: "enable_desktop_windowing_mode"
|
name: "enable_desktop_windowing_mode"
|
||||||
state: ENABLED
|
state: ENABLED
|
||||||
permission: READ_WRITE
|
permission: READ_ONLY
|
||||||
}
|
}
|
@@ -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
|
|
||||||
]
|
|
@@ -1,6 +1,6 @@
|
|||||||
values: [
|
values: [
|
||||||
{
|
{
|
||||||
name: "RELEASE_ACONFIG_VALUE_SETS"
|
name: "RELEASE_ACONFIG_VALUE_SETS"
|
||||||
value: "aconfig_value_set-lineage-ap4a"
|
value: "aconfig_value_set-lineage-bp1a"
|
||||||
}
|
}
|
||||||
]
|
]
|
@@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
build_flag_declarations {
|
build_flag_declarations {
|
||||||
name: "build_flags-build-release-calyx",
|
name: "build_flags-build-release-lineage",
|
||||||
srcs: [
|
srcs: [
|
||||||
"RELEASE_*.textproto",
|
"RELEASE_*.textproto",
|
||||||
],
|
],
|
||||||
|
@@ -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"
|
|
@@ -1,4 +0,0 @@
|
|||||||
name: "RELEASE_AVF_ENABLE_DICE_CHANGES"
|
|
||||||
value: {
|
|
||||||
bool_value: true
|
|
||||||
}
|
|
@@ -1,4 +0,0 @@
|
|||||||
name: "RELEASE_AVF_ENABLE_LLPVM_CHANGES"
|
|
||||||
value: {
|
|
||||||
bool_value: true
|
|
||||||
}
|
|
@@ -1,4 +0,0 @@
|
|||||||
name: "RELEASE_AVF_ENABLE_NETWORK"
|
|
||||||
value: {
|
|
||||||
bool_value: true
|
|
||||||
}
|
|
@@ -1,4 +0,0 @@
|
|||||||
name: "RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES"
|
|
||||||
value: {
|
|
||||||
bool_value: true
|
|
||||||
}
|
|
@@ -1,4 +0,0 @@
|
|||||||
name: "RELEASE_PIXEL_BROADCAST_ENABLED"
|
|
||||||
value: {
|
|
||||||
bool_value: false
|
|
||||||
}
|
|
@@ -0,0 +1,4 @@
|
|||||||
|
name: "RELEASE_GOOGLE_AKITA_16K_DEVELOPER_OPTION"
|
||||||
|
value: {
|
||||||
|
bool_value: true
|
||||||
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_PIXEL_AIDL_AUDIO_HAL_ZUMA"
|
name: "RELEASE_PIXEL_AIDL_AUDIO_HAL_ZUMA"
|
||||||
value: {
|
value: {
|
||||||
bool_value: false
|
bool_value: true
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_AKITA"
|
name: "RELEASE_SVN_AKITA"
|
||||||
value: {
|
value: {
|
||||||
string_value: "28"
|
string_value: "32"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_BLUEJAY"
|
name: "RELEASE_SVN_BLUEJAY"
|
||||||
value: {
|
value: {
|
||||||
string_value: "71"
|
string_value: "75"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_CAIMAN"
|
name: "RELEASE_SVN_CAIMAN"
|
||||||
value: {
|
value: {
|
||||||
string_value: "12"
|
string_value: "18"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_CHEETAH"
|
name: "RELEASE_SVN_CHEETAH"
|
||||||
value: {
|
value: {
|
||||||
string_value: "68"
|
string_value: "72"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_COMET"
|
name: "RELEASE_SVN_COMET"
|
||||||
value: {
|
value: {
|
||||||
string_value: "12"
|
string_value: "18"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_FELIX"
|
name: "RELEASE_SVN_FELIX"
|
||||||
value: {
|
value: {
|
||||||
string_value: "62"
|
string_value: "66"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_HUSKY"
|
name: "RELEASE_SVN_HUSKY"
|
||||||
value: {
|
value: {
|
||||||
string_value: "45"
|
string_value: "49"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_KOMODO"
|
name: "RELEASE_SVN_KOMODO"
|
||||||
value: {
|
value: {
|
||||||
string_value: "12"
|
string_value: "18"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_LYNX"
|
name: "RELEASE_SVN_LYNX"
|
||||||
value: {
|
value: {
|
||||||
string_value: "53"
|
string_value: "57"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_ORIOLE"
|
name: "RELEASE_SVN_ORIOLE"
|
||||||
value: {
|
value: {
|
||||||
string_value: "92"
|
string_value: "96"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_PANTHER"
|
name: "RELEASE_SVN_PANTHER"
|
||||||
value: {
|
value: {
|
||||||
string_value: "68"
|
string_value: "72"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_RAVEN"
|
name: "RELEASE_SVN_RAVEN"
|
||||||
value: {
|
value: {
|
||||||
string_value: "92"
|
string_value: "96"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_SHIBA"
|
name: "RELEASE_SVN_SHIBA"
|
||||||
value: {
|
value: {
|
||||||
string_value: "45"
|
string_value: "49"
|
||||||
}
|
}
|
@@ -1,4 +1,4 @@
|
|||||||
name: "RELEASE_SVN_TOKAY"
|
name: "RELEASE_SVN_TOKAY"
|
||||||
value: {
|
value: {
|
||||||
string_value: "12"
|
string_value: "18"
|
||||||
}
|
}
|
@@ -17,6 +17,6 @@
|
|||||||
local_dir := $(dir $(lastword $(MAKEFILE_LIST)))
|
local_dir := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||||
|
|
||||||
# Attach the flag value definitions to the various release configurations.
|
# 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 :=
|
local_dir :=
|
||||||
|
@@ -4,11 +4,11 @@ default_containers: "system_ext"
|
|||||||
default_containers: "vendor"
|
default_containers: "vendor"
|
||||||
|
|
||||||
release_config {
|
release_config {
|
||||||
name: "ap4a"
|
name: "bp1a"
|
||||||
flag_value_files: "release_configs/ap4a.textproto"
|
flag_value_files: "release_configs/bp1a.textproto"
|
||||||
}
|
}
|
||||||
|
|
||||||
build_config {
|
build_config {
|
||||||
name: "ap4a"
|
name: "bp1a"
|
||||||
flag_value_files: "build_config/ap4a.textproto"
|
flag_value_files: "build_config/bp1a.textproto"
|
||||||
}
|
}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
name: "ap4a"
|
|
||||||
prior_stages: "trunk"
|
|
||||||
aconfig_value_sets: "aconfig_value_set-lineage-ap4a"
|
|
3
release/release_configs/bp1a.textproto
Normal file
3
release/release_configs/bp1a.textproto
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
name: "bp1a"
|
||||||
|
inherits: "ap4a"
|
||||||
|
aconfig_value_sets: "aconfig_value_set-lineage-bp1a"
|
Reference in New Issue
Block a user