1*6774467aSAndroid Build Coastguard Worker// 2*6774467aSAndroid Build Coastguard Worker// Copyright (C) 2017 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 Workerpackage { 18*6774467aSAndroid Build Coastguard Worker default_applicable_licenses: [ 19*6774467aSAndroid Build Coastguard Worker "prebuilts_tools_common_google-api-java-client_1.23.0_license", 20*6774467aSAndroid Build Coastguard Worker ], 21*6774467aSAndroid Build Coastguard Worker} 22*6774467aSAndroid Build Coastguard Worker 23*6774467aSAndroid Build Coastguard Worker// Added automatically by a large-scale-change 24*6774467aSAndroid Build Coastguard Worker// 25*6774467aSAndroid Build Coastguard Worker// large-scale-change included anything that looked like it might be a license 26*6774467aSAndroid Build Coastguard Worker// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc. 27*6774467aSAndroid Build Coastguard Worker// 28*6774467aSAndroid Build Coastguard Worker// Please consider removing redundant or irrelevant files from 'license_text:'. 29*6774467aSAndroid Build Coastguard Worker// See: http://go/android-license-faq 30*6774467aSAndroid Build Coastguard Workerlicense { 31*6774467aSAndroid Build Coastguard Worker name: "prebuilts_tools_common_google-api-java-client_1.23.0_license", 32*6774467aSAndroid Build Coastguard Worker visibility: [":__subpackages__"], 33*6774467aSAndroid Build Coastguard Worker license_kinds: [ 34*6774467aSAndroid Build Coastguard Worker "SPDX-license-identifier-Apache-2.0", 35*6774467aSAndroid Build Coastguard Worker ], 36*6774467aSAndroid Build Coastguard Worker license_text: [ 37*6774467aSAndroid Build Coastguard Worker "LICENSE.txt", 38*6774467aSAndroid Build Coastguard Worker "NOTICE.txt", 39*6774467aSAndroid Build Coastguard Worker ], 40*6774467aSAndroid Build Coastguard Worker} 41*6774467aSAndroid Build Coastguard Worker 42*6774467aSAndroid Build Coastguard Workerjava_import_host { 43*6774467aSAndroid Build Coastguard Worker name: "google-api-java-client-min-repackaged", 44*6774467aSAndroid Build Coastguard Worker jars: ["google-api-java-client-min-repackaged-1.23.0.jar"], 45*6774467aSAndroid Build Coastguard Worker} 46