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