aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-09-01 19:14:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-09-01 19:14:18 +0000
commit58a2accc85ce86961849c3327352b538616c5038 (patch)
tree5b7959f35fac0db99e59c08fe296abedf56f866c
parentaf1fed95c5a64222a4d2d5b3ccbe0448c9dc601d (diff)
parent157c01d82a7b873cf3d3a4f726a31511ecb74deb (diff)
downloadprotobuf-58a2accc85ce86961849c3327352b538616c5038.tar.gz
Merge "Add a sentinel Android.bp in external/protobuf/java" into main
-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"],
+}