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