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