1*4bfccde5SXin Li// Copyright (C) 2023 Google Inc. 2*4bfccde5SXin Li// 3*4bfccde5SXin Li// Licensed under the Apache License, Version 2.0 (the "License"); 4*4bfccde5SXin Li// you may not use this file except in compliance with the License. 5*4bfccde5SXin Li// You may obtain a copy of the License at 6*4bfccde5SXin Li// 7*4bfccde5SXin Li// http://www.apache.org/licenses/LICENSE-2.0 8*4bfccde5SXin Li// 9*4bfccde5SXin Li// Unless required by applicable law or agreed to in writing, software 10*4bfccde5SXin Li// distributed under the License is distributed on an "AS IS" BASIS, 11*4bfccde5SXin Li// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*4bfccde5SXin Li// See the License for the specific language governing permissions and 13*4bfccde5SXin Li// limitations under the License. 14*4bfccde5SXin Li 15*4bfccde5SXin Lipackage { 16*4bfccde5SXin Li // See: http://go/android-license-faq 17*4bfccde5SXin Li default_applicable_licenses: [ 18*4bfccde5SXin Li "Android-Apache-2.0", 19*4bfccde5SXin Li ], 20*4bfccde5SXin Li} 21*4bfccde5SXin Li 22*4bfccde5SXin Lijava_import { 23*4bfccde5SXin Li name: "prebuilt_devtools_chimpchat", 24*4bfccde5SXin Li installable: false, 25*4bfccde5SXin Li jars: ["chimpchat.jar"], 26*4bfccde5SXin Li host_supported: true, 27*4bfccde5SXin Li} 28