Import aws-eventstream-java to platform/external Third-Party Import of: https://github.com/awslabs/aws-crt-java Request Document: go/android3p For CL Reviewers: go/android3p#cl-review For Build Team: go/ab-third-party-imports Bug: http://b/325331017 Test: m aws-eventstream-java Change-Id: If719a9db93e21053dac694fb008f63847640ca83
diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..1d5c526 --- /dev/null +++ b/Android.bp
@@ -0,0 +1,25 @@ +// +// Copyright (C) 2024 The Android Open Source Project +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +java_library_host { + name: "aws-eventstream-java", + srcs: ["src/main/**/*.java"], + target: { + windows: { + enabled: true, + }, + }, +}
diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..48554e5 --- /dev/null +++ b/METADATA
@@ -0,0 +1,15 @@ +name: "aws-eventstream-java" +description: + "AWS EventStream for Java" + +third_party { + homepage: "https://github.com/awslabs/aws-eventstream-java" + identifier { + type: "Git" + value: "https://github.com/awslabs/aws-eventstream-java.git" + primary_source: true + } + version: "1e76ef478f0108b38e2d7b70b598b4e5f0def3d1" + last_upgrade_date { year: 2024 month: 2 day: 20 } + license_type: NOTICE +} \ No newline at end of file
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/MODULE_LICENSE_APACHE2
diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..dcc26d0 --- /dev/null +++ b/OWNERS
@@ -0,0 +1,2 @@ +include platform/system/core:main:/janitors/OWNERS +