release: Declare missing Pixel flags
As seen on stock AP3A.241005.015 Change-Id: I2d853f208315a622ba097db4415bf05062bff885
This commit is contained in:
committed by
Łukasz Patron
parent
619b34e0bf
commit
a3187b9f50
20
release/flag_declarations/Android.bp
Normal file
20
release/flag_declarations/Android.bp
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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.
|
||||
|
||||
build_flag_declarations {
|
||||
name: "build_flags-build-release-calyx",
|
||||
srcs: [
|
||||
"RELEASE_*.textproto",
|
||||
],
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_KERNEL_CAIMAN_DIR"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: ""
|
||||
value: {
|
||||
string_value: ""
|
||||
}
|
||||
workflow: PREBUILT
|
||||
containers: "vendor"
|
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_KERNEL_COMET_DIR"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: ""
|
||||
value: {
|
||||
string_value: ""
|
||||
}
|
||||
workflow: PREBUILT
|
||||
containers: "vendor"
|
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_KERNEL_KOMODO_DIR"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: ""
|
||||
value: {
|
||||
string_value: ""
|
||||
}
|
||||
workflow: PREBUILT
|
||||
containers: "vendor"
|
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_KERNEL_TOKAY_DIR"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: ""
|
||||
value: {
|
||||
string_value: ""
|
||||
}
|
||||
workflow: PREBUILT
|
||||
containers: "vendor"
|
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_PIXEL_AIDL_AUDIO_HAL"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: "Using this flag to control AIDL Audio Hal on Pixel phone."
|
||||
value: {
|
||||
bool_value: false
|
||||
}
|
||||
workflow: LAUNCH
|
||||
containers: "vendor"
|
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_PIXEL_AIDL_AUDIO_HAL_ZUMA"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: ""
|
||||
value: {
|
||||
bool_value: false
|
||||
}
|
||||
workflow: LAUNCH
|
||||
containers: "vendor"
|
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_PIXEL_AIDL_BATTERY_MITIGATION_HAL"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: "Using this flag to control AIDL Battery Mitigation Hal on Pixel phone."
|
||||
value: {
|
||||
bool_value: false
|
||||
}
|
||||
workflow: LAUNCH
|
||||
containers: "vendor"
|
@@ -0,0 +1,11 @@
|
||||
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"
|
8
release/flag_declarations/RELEASE_SVN_CAIMAN.textproto
Normal file
8
release/flag_declarations/RELEASE_SVN_CAIMAN.textproto
Normal file
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_SVN_CAIMAN"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: "Using this flag to set build SVN(Software Version Number) value for CAIMAN under VENDOR"
|
||||
value: {
|
||||
string_value: "00"
|
||||
}
|
||||
workflow: MANUAL
|
||||
containers: "vendor"
|
8
release/flag_declarations/RELEASE_SVN_COMET.textproto
Normal file
8
release/flag_declarations/RELEASE_SVN_COMET.textproto
Normal file
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_SVN_COMET"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: "Using this flag to set build SVN(Software Version Number) value for COMET under VENDOR"
|
||||
value: {
|
||||
string_value: "00"
|
||||
}
|
||||
workflow: MANUAL
|
||||
containers: "vendor"
|
8
release/flag_declarations/RELEASE_SVN_KOMODO.textproto
Normal file
8
release/flag_declarations/RELEASE_SVN_KOMODO.textproto
Normal file
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_SVN_KOMODO"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: "Using this flag to set build SVN(Software Version Number) value for KOMODO under VENDOR"
|
||||
value: {
|
||||
string_value: "00"
|
||||
}
|
||||
workflow: MANUAL
|
||||
containers: "vendor"
|
8
release/flag_declarations/RELEASE_SVN_TOKAY.textproto
Normal file
8
release/flag_declarations/RELEASE_SVN_TOKAY.textproto
Normal file
@@ -0,0 +1,8 @@
|
||||
name: "RELEASE_SVN_TOKAY"
|
||||
namespace: "android_UNKNOWN"
|
||||
description: "Using this flag to set build SVN(Software Version Number) value for TOKAY under VENDOR"
|
||||
value: {
|
||||
string_value: "00"
|
||||
}
|
||||
workflow: MANUAL
|
||||
containers: "vendor"
|
Reference in New Issue
Block a user