1*5f1960b8SAndroid Build Coastguard Worker// Copyright (C) 2018 The Android Open Source Project 2*5f1960b8SAndroid Build Coastguard Worker// 3*5f1960b8SAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License"); 4*5f1960b8SAndroid Build Coastguard Worker// you may not use this file except in compliance with the License. 5*5f1960b8SAndroid Build Coastguard Worker// You may obtain a copy of the License at 6*5f1960b8SAndroid Build Coastguard Worker// 7*5f1960b8SAndroid Build Coastguard Worker// http://www.apache.org/licenses/LICENSE-2.0 8*5f1960b8SAndroid Build Coastguard Worker// 9*5f1960b8SAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software 10*5f1960b8SAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS, 11*5f1960b8SAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*5f1960b8SAndroid Build Coastguard Worker// See the License for the specific language governing permissions and 13*5f1960b8SAndroid Build Coastguard Worker// limitations under the License. 14*5f1960b8SAndroid Build Coastguard Worker 15*5f1960b8SAndroid Build Coastguard Worker// This target is reference by frameworks/opt/net/wifi/service/Android.mk and used by WfaKeyStore 16*5f1960b8SAndroid Build Coastguard Worker// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE 17*5f1960b8SAndroid Build Coastguard Worker// CONSULT THE OWNERS AND [email protected] BEFORE 18*5f1960b8SAndroid Build Coastguard Worker// DEPENDING ON IT IN YOUR PROJECT. *** 19*5f1960b8SAndroid Build Coastguard Workerpackage { 20*5f1960b8SAndroid Build Coastguard Worker // See: http://go/android-license-faq 21*5f1960b8SAndroid Build Coastguard Worker // A large-scale-change added 'default_applicable_licenses' to import 22*5f1960b8SAndroid Build Coastguard Worker // all of the 'license_kinds' from "system_ca-certificates_license" 23*5f1960b8SAndroid Build Coastguard Worker // to get the below license kinds: 24*5f1960b8SAndroid Build Coastguard Worker // legacy_by_exception_only (by exception only) 25*5f1960b8SAndroid Build Coastguard Worker default_applicable_licenses: ["system_ca-certificates_license"], 26*5f1960b8SAndroid Build Coastguard Worker} 27*5f1960b8SAndroid Build Coastguard Worker 28*5f1960b8SAndroid Build Coastguard Workerprebuilt_etc { 29*5f1960b8SAndroid Build Coastguard Worker name: "cacerts_wfa", 30*5f1960b8SAndroid Build Coastguard Worker srcs: ["files/*"], 31*5f1960b8SAndroid Build Coastguard Worker sub_dir: "security/cacerts_wfa", 32*5f1960b8SAndroid Build Coastguard Worker} 33