1// 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 15package { 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 24vintf_compatibility_matrix { 25 name: "framework_compatibility_matrix.4.xml", 26 stem: "compatibility_matrix.4.xml", 27 srcs: [ 28 "compatibility_matrix.4.xml", 29 ], 30 kernel_configs: [ 31 "kernel_config_q_4.14", 32 "kernel_config_q_4.19", 33 ], 34} 35 36vintf_compatibility_matrix { 37 name: "framework_compatibility_matrix.5.xml", 38 stem: "compatibility_matrix.5.xml", 39 srcs: [ 40 "compatibility_matrix.5.xml", 41 ], 42 kernel_configs: [ 43 "kernel_config_r_4.14", 44 "kernel_config_r_4.19", 45 "kernel_config_r_5.4", 46 ], 47} 48 49vintf_compatibility_matrix { 50 name: "framework_compatibility_matrix.6.xml", 51 stem: "compatibility_matrix.6.xml", 52 srcs: [ 53 "compatibility_matrix.6.xml", 54 ], 55 kernel_configs: [ 56 "kernel_config_s_4.19", 57 "kernel_config_s_5.4", 58 "kernel_config_s_5.10", 59 ], 60} 61 62vintf_compatibility_matrix { 63 name: "framework_compatibility_matrix.7.xml", 64 stem: "compatibility_matrix.7.xml", 65 srcs: [ 66 "compatibility_matrix.7.xml", 67 ], 68 kernel_configs: [ 69 "kernel_config_t_5.10", 70 "kernel_config_t_5.15", 71 ], 72} 73 74vintf_compatibility_matrix { 75 name: "framework_compatibility_matrix.8.xml", 76 stem: "compatibility_matrix.8.xml", 77 srcs: [ 78 "compatibility_matrix.8.xml", 79 ], 80 kernel_configs: [ 81 "kernel_config_u_5.15", 82 "kernel_config_u_6.1", 83 ], 84} 85