xref: /aosp_15_r20/external/slf4j/slf4j-api/Android.bp (revision d4cc4a21ff30dee54251e974d02850809c70b030)
1*d4cc4a21SXin Li//
2*d4cc4a21SXin Li// Copyright (C) 2017 The Android Open Source Project
3*d4cc4a21SXin Li//
4*d4cc4a21SXin Li// Licensed under the Apache License, Version 2.0 (the "License");
5*d4cc4a21SXin Li// you may not use this file except in compliance with the License.
6*d4cc4a21SXin Li// You may obtain a copy of the License at
7*d4cc4a21SXin Li//
8*d4cc4a21SXin Li//      http://www.apache.org/licenses/LICENSE-2.0
9*d4cc4a21SXin Li//
10*d4cc4a21SXin Li// Unless required by applicable law or agreed to in writing, software
11*d4cc4a21SXin Li// distributed under the License is distributed on an "AS IS" BASIS,
12*d4cc4a21SXin Li// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*d4cc4a21SXin Li// See the License for the specific language governing permissions and
14*d4cc4a21SXin Li// limitations under the License.
15*d4cc4a21SXin Li//
16*d4cc4a21SXin Li
17*d4cc4a21SXin Lijava_library_host {
18*d4cc4a21SXin Li    name: "slf4j-api",
19*d4cc4a21SXin Li    srcs: ["src/main/java/**/*.java"],
20*d4cc4a21SXin Li    target: {
21*d4cc4a21SXin Li        windows: {
22*d4cc4a21SXin Li            enabled: true,
23*d4cc4a21SXin Li        },
24*d4cc4a21SXin Li    },
25*d4cc4a21SXin Li}
26