blob: 7dc6cc75b20e0f2fd889312c633a941ad9641109 [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
Bob Badourb224b362021-02-12 20:13:01 -080015package {
16 // See: http://go/android-license-faq
17 // A large-scale-change added 'default_applicable_licenses' to import
18 // all of the 'license_kinds' from "hardware_interfaces_license"
19 // to get the below license kinds:
20 // SPDX-license-identifier-Apache-2.0
21 default_applicable_licenses: ["hardware_interfaces_license"],
22}
23
Yifan Hong0cd10dd2018-10-12 13:08:52 -070024vintf_compatibility_matrix {
Yifan Hong0cd10dd2018-10-12 13:08:52 -070025 name: "framework_compatibility_matrix.3.xml",
26 stem: "compatibility_matrix.3.xml",
27 srcs: [
28 "compatibility_matrix.3.xml",
29 ],
30 kernel_configs: [
31 "kernel_config_p_4.4",
32 "kernel_config_p_4.9",
33 "kernel_config_p_4.14",
Steven Moreland8a8f0d72020-03-25 15:14:21 -070034 ],
Yifan Hong0cd10dd2018-10-12 13:08:52 -070035}
36
37vintf_compatibility_matrix {
Steven Moreland52f55602019-04-09 14:08:40 -070038 name: "framework_compatibility_matrix.4.xml",
39 stem: "compatibility_matrix.4.xml",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070040 srcs: [
Steven Moreland52f55602019-04-09 14:08:40 -070041 "compatibility_matrix.4.xml",
Yifan Hong0cd10dd2018-10-12 13:08:52 -070042 ],
43 kernel_configs: [
Yifan Hong18cb5522019-04-15 10:32:24 -070044 "kernel_config_q_4.9",
45 "kernel_config_q_4.14",
46 "kernel_config_q_4.19",
Steven Moreland8a8f0d72020-03-25 15:14:21 -070047 ],
Yifan Hong0cd10dd2018-10-12 13:08:52 -070048}
Yifan Hong5ec22062019-04-23 12:05:27 -070049
50vintf_compatibility_matrix {
Steven Moreland951fce02020-03-25 14:59:05 -070051 name: "framework_compatibility_matrix.5.xml",
52 stem: "compatibility_matrix.5.xml",
Yifan Hong5ec22062019-04-23 12:05:27 -070053 srcs: [
Steven Moreland951fce02020-03-25 14:59:05 -070054 "compatibility_matrix.5.xml",
Yifan Hong5ec22062019-04-23 12:05:27 -070055 ],
56 kernel_configs: [
Yifan Hong98b94952020-03-19 15:53:08 -070057 "kernel_config_r_4.14",
58 "kernel_config_r_4.19",
59 "kernel_config_r_5.4",
Steven Moreland8a8f0d72020-03-25 15:14:21 -070060 ],
Yifan Hong5ec22062019-04-23 12:05:27 -070061}
Steven Moreland46aa3662020-03-25 15:16:45 -070062
63vintf_compatibility_matrix {
Steven Morelandbe6a7972021-05-20 23:51:38 +000064 name: "framework_compatibility_matrix.6.xml",
65 stem: "compatibility_matrix.6.xml",
66 srcs: [
67 "compatibility_matrix.6.xml",
68 ],
69 kernel_configs: [
70 "kernel_config_s_4.19",
71 "kernel_config_s_5.4",
72 "kernel_config_s_5.10",
73 ],
74}
75
76vintf_compatibility_matrix {
Steven Morelandd901ed02022-04-23 00:10:33 +000077 name: "framework_compatibility_matrix.7.xml",
78 stem: "compatibility_matrix.7.xml",
79 srcs: [
80 "compatibility_matrix.7.xml",
81 ],
82 kernel_configs: [
83 "kernel_config_current_5.10",
84 "kernel_config_current_5.15",
85 ],
86}
87
88vintf_compatibility_matrix {
Steven Moreland46aa3662020-03-25 15:16:45 -070089 name: "framework_compatibility_matrix.current.xml",
90 stem: "compatibility_matrix.current.xml",
91 srcs: [
92 "compatibility_matrix.current.xml",
93 ],
94 kernel_configs: [
Alistair Delvab724f362020-12-15 16:42:56 -080095 "kernel_config_current_5.10",
Alistair Delva04662352021-11-10 14:03:01 -080096 "kernel_config_current_5.15",
Steven Moreland46aa3662020-03-25 15:16:45 -070097 ],
98}