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