release: Declare missing Pixel flags

As seen on stock AP3A.241005.015

Change-Id: I2d853f208315a622ba097db4415bf05062bff885
This commit is contained in:
Michael Bestas
2024-10-16 23:56:19 +03:00
committed by Łukasz Patron
parent 619b34e0bf
commit a3187b9f50
13 changed files with 119 additions and 0 deletions

View 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",
],
}

View File

@@ -0,0 +1,8 @@
name: "RELEASE_KERNEL_CAIMAN_DIR"
namespace: "android_UNKNOWN"
description: ""
value: {
string_value: ""
}
workflow: PREBUILT
containers: "vendor"

View File

@@ -0,0 +1,8 @@
name: "RELEASE_KERNEL_COMET_DIR"
namespace: "android_UNKNOWN"
description: ""
value: {
string_value: ""
}
workflow: PREBUILT
containers: "vendor"

View File

@@ -0,0 +1,8 @@
name: "RELEASE_KERNEL_KOMODO_DIR"
namespace: "android_UNKNOWN"
description: ""
value: {
string_value: ""
}
workflow: PREBUILT
containers: "vendor"

View File

@@ -0,0 +1,8 @@
name: "RELEASE_KERNEL_TOKAY_DIR"
namespace: "android_UNKNOWN"
description: ""
value: {
string_value: ""
}
workflow: PREBUILT
containers: "vendor"

View File

@@ -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"

View File

@@ -0,0 +1,8 @@
name: "RELEASE_PIXEL_AIDL_AUDIO_HAL_ZUMA"
namespace: "android_UNKNOWN"
description: ""
value: {
bool_value: false
}
workflow: LAUNCH
containers: "vendor"

View File

@@ -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"

View File

@@ -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"

View 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"

View 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"

View 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"

View 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"