xref: /aosp_15_r20/external/cronet/testing/android/reporter/Android.bp (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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_license",
21    ],
22}
23
24// GN: //testing/android/reporter:reporter_java__testing
25java_library {
26    name: "cronet_aml_testing_android_reporter_reporter_java__testing",
27    srcs: [
28        "java/src/org/chromium/test/reporter/TestStatusReporter.java",
29    ],
30    static_libs: [
31        "cronet_aml_build_android_gtest_apk_native_test_instrumentation_test_runner_java__testing",
32    ],
33    apex_available: [
34        "com.android.tethering",
35    ],
36    min_sdk_version: "30",
37    sdk_version: "current",
38    visibility: [
39        "//external/cronet:__subpackages__",
40    ],
41    jarjar_rules: ":remove_gen_jni_jarjar_rules",
42}
43