xref: /aosp_15_r20/external/protobuf/java/Android.bp (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1*1b3f573fSAndroid Build Coastguard Worker// Copyright (C) 2023 The Android Open Source Project
2*1b3f573fSAndroid Build Coastguard Worker//
3*1b3f573fSAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License");
4*1b3f573fSAndroid Build Coastguard Worker// you may not use this file except in compliance with the License.
5*1b3f573fSAndroid Build Coastguard Worker// You may obtain a copy of the License at
6*1b3f573fSAndroid Build Coastguard Worker//
7*1b3f573fSAndroid Build Coastguard Worker//      http://www.apache.org/licenses/LICENSE-2.0
8*1b3f573fSAndroid Build Coastguard Worker//
9*1b3f573fSAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software
10*1b3f573fSAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS,
11*1b3f573fSAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*1b3f573fSAndroid Build Coastguard Worker// See the License for the specific language governing permissions and
13*1b3f573fSAndroid Build Coastguard Worker// limitations under the License.
14*1b3f573fSAndroid Build Coastguard Worker
15*1b3f573fSAndroid Build Coastguard Workerpackage {
16*1b3f573fSAndroid Build Coastguard Worker    default_applicable_licenses: ["external_protobuf_license"],
17*1b3f573fSAndroid Build Coastguard Worker}
18