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.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", 34 ], 35} 36 37vintf_compatibility_matrix { 38 name: "framework_compatibility_matrix.4.xml", 39 stem: "compatibility_matrix.4.xml", 40 srcs: [ 41 "compatibility_matrix.4.xml", 42 ], 43 kernel_configs: [ 44 "kernel_config_q_4.9", 45 "kernel_config_q_4.14", 46 "kernel_config_q_4.19", 47 ], 48} 49 50vintf_compatibility_matrix { 51 name: "framework_compatibility_matrix.5.xml", 52 stem: "compatibility_matrix.5.xml", 53 srcs: [ 54 "compatibility_matrix.5.xml", 55 ], 56 kernel_configs: [ 57 "kernel_config_r_4.14", 58 "kernel_config_r_4.19", 59 "kernel_config_r_5.4", 60 ], 61} 62 63vintf_compatibility_matrix { 64 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 { 77 name: "framework_compatibility_matrix.current.xml", 78 enabled: false, 79 stem: "compatibility_matrix.current.xml", 80 srcs: [ 81 "compatibility_matrix.current.xml", 82 ], 83 kernel_configs: [ 84 "kernel_config_current_4.19", 85 "kernel_config_current_5.4", 86 "kernel_config_current_5.10", 87 ], 88} 89