1*cd0cc2e3SAndroid Build Coastguard Worker// Copyright (C) 2022 The Android Open Source Project 2*cd0cc2e3SAndroid Build Coastguard Worker// 3*cd0cc2e3SAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License"); 4*cd0cc2e3SAndroid Build Coastguard Worker// you may not use this file except in compliance with the License. 5*cd0cc2e3SAndroid Build Coastguard Worker// You may obtain a copy of the License at 6*cd0cc2e3SAndroid Build Coastguard Worker// 7*cd0cc2e3SAndroid Build Coastguard Worker// http://www.apache.org/licenses/LICENSE-2.0 8*cd0cc2e3SAndroid Build Coastguard Worker// 9*cd0cc2e3SAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software 10*cd0cc2e3SAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS, 11*cd0cc2e3SAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*cd0cc2e3SAndroid Build Coastguard Worker// See the License for the specific language governing permissions and 13*cd0cc2e3SAndroid Build Coastguard Worker// limitations under the License. 14*cd0cc2e3SAndroid Build Coastguard Worker 15*cd0cc2e3SAndroid Build Coastguard Worker// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE 16*cd0cc2e3SAndroid Build Coastguard Worker// CONSULT THE OWNERS AND [email protected] BEFORE 17*cd0cc2e3SAndroid Build Coastguard Worker// DEPENDING ON IT IN YOUR PROJECT. *** 18*cd0cc2e3SAndroid Build Coastguard Workerpackage { 19*cd0cc2e3SAndroid Build Coastguard Worker default_applicable_licenses: ["apex_ca-certificates_license"], 20*cd0cc2e3SAndroid Build Coastguard Worker} 21*cd0cc2e3SAndroid Build Coastguard Worker 22*cd0cc2e3SAndroid Build Coastguard Worker// See: http://go/android-license-faq 23*cd0cc2e3SAndroid Build Coastguard Workerlicense { 24*cd0cc2e3SAndroid Build Coastguard Worker name: "apex_ca-certificates_license", 25*cd0cc2e3SAndroid Build Coastguard Worker visibility: [":__subpackages__"], 26*cd0cc2e3SAndroid Build Coastguard Worker license_kinds: [ 27*cd0cc2e3SAndroid Build Coastguard Worker "legacy_by_exception_only", // by exception only 28*cd0cc2e3SAndroid Build Coastguard Worker ], 29*cd0cc2e3SAndroid Build Coastguard Worker license_text: [], 30*cd0cc2e3SAndroid Build Coastguard Worker} 31*cd0cc2e3SAndroid Build Coastguard Worker 32*cd0cc2e3SAndroid Build Coastguard Workerprebuilt_etc_cacerts { 33*cd0cc2e3SAndroid Build Coastguard Worker name: "cacerts_apex", 34*cd0cc2e3SAndroid Build Coastguard Worker srcs: ["files/*"], 35*cd0cc2e3SAndroid Build Coastguard Worker} 36