aboutsummaryrefslogtreecommitdiff
path: root/rdfloader/parser2v2/Android.bp
diff options
context:
space:
mode:
authorIbrahim Kanouche <kanouche@google.com>2023-03-01 17:17:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-01 17:17:31 +0000
commit665264049d94414163816ff2ae2a807d6211ca6f (patch)
tree0ea2c42a2169dafd40b876cfa282a1c0d10e6bbb /rdfloader/parser2v2/Android.bp
parent126a7b6d678f8e2b8c3b788a517454c314149817 (diff)
parentf5f50ce9aafefee0a8dac84bd4730e33626c8f3f (diff)
downloadspdx-tools-665264049d94414163816ff2ae2a807d6211ca6f.tar.gz
Merge "Added blueprints to spdx-tools library"
Diffstat (limited to 'rdfloader/parser2v2/Android.bp')
-rw-r--r--rdfloader/parser2v2/Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/rdfloader/parser2v2/Android.bp b/rdfloader/parser2v2/Android.bp
new file mode 100644
index 0000000..897e810
--- /dev/null
+++ b/rdfloader/parser2v2/Android.bp
@@ -0,0 +1,19 @@
+//
+// 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: ["Android-Apache-2.0"],
+ default_visibility: ["//external/spdx-tools:__subpackages__"],
+}