unplugged-system/test/vts-testcase/security/avb/data/kernel_version_matrix.textproto

92 lines
2.6 KiB
Plaintext

# Copyright (C) 2023 The Android Open Source 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.
# https://source.android.com/docs/core/architecture/kernel/android-common#compatibility-matrix
release_requirements: [
{
# Android 13
# This is the minimum SDK level where we start enforcing the matrix.
key: 33
value {
upgrade: [
# -q, -stable are dropped from non-GKI kernel release formats because the kernel branch
# cannot be looked up anywhere.
"android-4.9",
"android-4.14",
"android-4.19",
"android11-5.4",
"android12-5.4",
"android12-5.10",
"android13-5.10",
"android13-5.15"
]
launch: [
"android11-5.4",
"android12-5.4",
"android12-5.10",
"android13-5.10",
"android13-5.15"
]
launch_grf: [
# -q, -stable are dropped from non-GKI kernel release formats because the kernel branch
# cannot be looked up anywhere.
"android-4.19",
"android11-5.4",
"android12-5.4",
"android12-5.10",
"android13-5.10",
"android13-5.15"
]
}
},
{
# Android 14
key: 34
value {
upgrade: [
# -q, -stable are dropped from non-GKI kernel release formats because the kernel branch
# cannot be looked up anywhere.
"android-4.14",
"android-4.19",
"android11-5.4",
"android12-5.4",
"android12-5.10",
"android13-5.10",
"android13-5.15",
"android14-5.15",
"android14-6.1"
]
launch: [
"android12-5.10",
"android13-5.10",
"android13-5.15",
"android14-5.15",
"android14-6.1"
]
launch_grf: [
# -q, -stable are dropped from non-GKI kernel release formats because the kernel branch
# cannot be looked up anywhere.
"android-4.19",
"android11-5.4",
"android12-5.4",
"android12-5.10",
"android13-5.10",
"android13-5.15",
"android14-5.15",
"android14-6.1"
]
}
}
]