1// Copyright (C) 2022 The Android Open Source Project 2// 3// Licensed under the Apache License, Version 2.0 (the "License"); 4// you may not use this file except in compliance with the License. 5// You may obtain a copy of the License at 6// 7// http://www.apache.org/licenses/LICENSE-2.0 8// 9// Unless required by applicable law or agreed to in writing, software 10// distributed under the License is distributed on an "AS IS" BASIS, 11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12// See the License for the specific language governing permissions and 13// limitations under the License. 14// 15// This file is automatically generated by gn2bp/gen_android_bp.py. Do not edit. 16 17// GN: Package-Artificial 18package { 19 default_applicable_licenses: [ 20 "external_cronet_third_party_netty4_license", 21 ], 22} 23 24// GN: License-Artificial 25license { 26 name: "external_cronet_third_party_netty4_license", 27 visibility: [ 28 ":__subpackages__", 29 ], 30 license_text: [ 31 "LICENSE", 32 ], 33 license_kinds: [ 34 "SPDX-license-identifier-Apache-2.0", 35 ], 36} 37 38// GN: //third_party/netty4:netty_all_java__testing 39java_import { 40 name: "cronet_aml_third_party_netty4_netty_all_java__testing", 41 apex_available: [ 42 "com.android.tethering", 43 ], 44 min_sdk_version: "30", 45 sdk_version: "current", 46 visibility: [ 47 "//external/cronet:__subpackages__", 48 "//packages/modules/Connectivity:__subpackages__", 49 ], 50 jars: [ 51 "src/jar/all-in-one/netty-all-4.1.9.Final.jar", 52 ], 53} 54