aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-09-01 23:10:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-01 23:10:32 +0000
commitec6644a605c8620cf4ffa0da35cfebf760262486 (patch)
treefcf52fdd5e46e40e319af2e82c1c6e0a7e5cd812
parentf703d18433ee655a7dd12da2a33832feefd813b7 (diff)
parent272b4ba300ec0f4d3b68144f80c125349a236a0d (diff)
downloadprotobuf-ec6644a605c8620cf4ffa0da35cfebf760262486.tar.gz
Merge "Add a sentinel Android.bp in external/protobuf/java" into main am: 58a2accc85 am: 5393f84e45 am: 78032398ba am: fe21037442 am: 272b4ba300
Original change: https://android-review.googlesource.com/c/platform/external/protobuf/+/2734254 Change-Id: I83e8a517c6b5aef815627ad6531a3f4693e27880 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--java/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/Android.bp b/java/Android.bp
new file mode 100644
index 000000000..877467e6b
--- /dev/null
+++ b/java/Android.bp
@@ -0,0 +1,17 @@
+// Copyright (C) 2023 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.
+
+package {
+ default_applicable_licenses: ["external_protobuf_license"],
+}