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 gen_android_bp.py. Do not edit. 16 17// GN: Package-Artificial 18package { 19 default_applicable_licenses: [ 20 "external_cronet_license", 21 ], 22} 23 24// GN: //testing/android/instrumentation:test_runner_java__testing 25java_library { 26 name: "stable_cronet_testing_android_instrumentation_test_runner_java__testing", 27 srcs: [ 28 "java/src/org/chromium/testing/TestListInstrumentationRunListener.java", 29 ], 30 static_libs: [ 31 "androidx.test.runner", 32 "junit", 33 "stable_cronet_testing_android_instrumentation_test_runner_permissions_java__testing", 34 ], 35 apex_available: [ 36 "com.android.tethering", 37 ], 38 min_sdk_version: "30", 39 libs: [ 40 "androidx.annotation_annotation", 41 "androidx.test.monitor", 42 ], 43 sdk_version: "current", 44 visibility: [ 45 "//external/cronet:__subpackages__", 46 ], 47 jarjar_rules: ":remove_gen_jni_jarjar_rules", 48} 49 50// GN: //testing/android/instrumentation:test_runner_permissions_java__testing 51java_library { 52 name: "stable_cronet_testing_android_instrumentation_test_runner_permissions_java__testing", 53 apex_available: [ 54 "com.android.tethering", 55 ], 56 min_sdk_version: "30", 57 sdk_version: "current", 58 visibility: [ 59 "//external/cronet:__subpackages__", 60 ], 61 jarjar_rules: ":remove_gen_jni_jarjar_rules", 62} 63