blob: 799ab07ce215d4e50acbdddf93246ebcafa4f1be [file] [log] [blame]
Yifan Hong0cd10dd2018-10-12 13:08:52 -07001// Copyright (C) 2018 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15vintf_compatibility_matrix {
16 name: "framework_compatibility_matrix.legacy.xml",
17 stem: "compatibility_matrix.legacy.xml",
18 srcs: [
19 "compatibility_matrix.legacy.xml",
20 ],
21 kernel_configs: [
22 // legacy uses O kernel requirements
23 "kernel_config_o_3.18",
24 "kernel_config_o_4.4",
25 "kernel_config_o_4.9",
26 ]
27}
28vintf_compatibility_matrix {
29 name: "framework_compatibility_matrix.1.xml",
30 stem: "compatibility_matrix.1.xml",
31 srcs: [
32 "compatibility_matrix.1.xml",
33 ],
34 kernel_configs: [
35 "kernel_config_o_3.18",
36 "kernel_config_o_4.4",
37 "kernel_config_o_4.9",
38 ]
39}
40vintf_compatibility_matrix {
41 name: "framework_compatibility_matrix.2.xml",
42 stem: "compatibility_matrix.2.xml",
43 srcs: [
44 "compatibility_matrix.2.xml",
45 ],
46 kernel_configs: [
47 "kernel_config_o_mr1_3.18",
48 "kernel_config_o_mr1_4.4",
49 "kernel_config_o_mr1_4.9",
50 ]
51}
52
53vintf_compatibility_matrix {
54 name: "framework_compatibility_matrix.3.xml",
55 stem: "compatibility_matrix.3.xml",
56 srcs: [
57 "compatibility_matrix.3.xml",
58 ],
59 kernel_configs: [
60 "kernel_config_p_4.4",
61 "kernel_config_p_4.9",
62 "kernel_config_p_4.14",
63 ]
64}
65
66vintf_compatibility_matrix {
Steven Moreland52f55602019-04-09 14:08:40 -070067 name: "framework_compatibility_matrix.4.xml",
68 stem: "compatibility_matrix.4.xml",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070069 srcs: [
Steven Moreland52f55602019-04-09 14:08:40 -070070 "compatibility_matrix.4.xml",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070071 ],
72 kernel_configs: [
Yifan Hong18cb5522019-04-15 10:32:24 -070073 "kernel_config_q_4.9",
74 "kernel_config_q_4.14",
75 "kernel_config_q_4.19",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070076 ]
77}
Yifan Hong5ec22062019-04-23 12:05:27 -070078
79vintf_compatibility_matrix {
80 name: "framework_compatibility_matrix.current.xml",
81 stem: "compatibility_matrix.current.xml",
82 srcs: [
83 "compatibility_matrix.current.xml",
84 ],
85 kernel_configs: [
86 "kernel_config_current_4.9",
87 "kernel_config_current_4.14",
88 "kernel_config_current_4.19",
89 ]
90}