aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-09-01 22:09:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-01 22:09:55 +0000
commit272b4ba300ec0f4d3b68144f80c125349a236a0d (patch)
tree104271c2396aee9675ceb30cc9f86e4e5c1806b1
parent7b70041cbc5fbc20ebdccdb918c8844ce634b2a1 (diff)
parentfe210374424e958ef9caf3a7f145636a39fcc4a7 (diff)
downloadprotobuf-272b4ba300ec0f4d3b68144f80c125349a236a0d.tar.gz
Merge "Add a sentinel Android.bp in external/protobuf/java" into main am: 58a2accc85 am: 5393f84e45 am: 78032398ba am: fe21037442
Original change: https://android-review.googlesource.com/c/platform/external/protobuf/+/2734254 Change-Id: I3d32f8a5275d17cdd06778a2bad20a6c1415cc89 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"],
+}