xref: /aosp_15_r20/kernel/configs/xsd/approvedBuild/Android.bp (revision 1d3556b860e096874ddca674556f5d20fb3a73b0)
1*1d3556b8SAndroid Build Coastguard Worker//
2*1d3556b8SAndroid Build Coastguard Worker// Copyright (C) 2024 The Android Open Source Project
3*1d3556b8SAndroid Build Coastguard Worker//
4*1d3556b8SAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License");
5*1d3556b8SAndroid Build Coastguard Worker// you may not use this file except in compliance with the License.
6*1d3556b8SAndroid Build Coastguard Worker// You may obtain a copy of the License at
7*1d3556b8SAndroid Build Coastguard Worker//
8*1d3556b8SAndroid Build Coastguard Worker//      http://www.apache.org/licenses/LICENSE-2.0
9*1d3556b8SAndroid Build Coastguard Worker//
10*1d3556b8SAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software
11*1d3556b8SAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS,
12*1d3556b8SAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*1d3556b8SAndroid Build Coastguard Worker// See the License for the specific language governing permissions and
14*1d3556b8SAndroid Build Coastguard Worker// limitations under the License.
15*1d3556b8SAndroid Build Coastguard Worker//
16*1d3556b8SAndroid Build Coastguard Worker
17*1d3556b8SAndroid Build Coastguard Workerpackage {
18*1d3556b8SAndroid Build Coastguard Worker    default_team: "trendy_team_android_kernel",
19*1d3556b8SAndroid Build Coastguard Worker
20*1d3556b8SAndroid Build Coastguard Worker    // http://go/android-license-faq
21*1d3556b8SAndroid Build Coastguard Worker    default_applicable_licenses: ["Android-Apache-2.0"],
22*1d3556b8SAndroid Build Coastguard Worker}
23*1d3556b8SAndroid Build Coastguard Worker
24*1d3556b8SAndroid Build Coastguard Workerxsd_config {
25*1d3556b8SAndroid Build Coastguard Worker    name: "approved_build",
26*1d3556b8SAndroid Build Coastguard Worker    srcs: ["approved_build.xsd"],
27*1d3556b8SAndroid Build Coastguard Worker    package_name: "approved.build",
28*1d3556b8SAndroid Build Coastguard Worker    api_dir: "schema",
29*1d3556b8SAndroid Build Coastguard Worker}
30