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