aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-10 15:43:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-10 15:43:58 +0000
commit9b5c9193aa0eb4075477afea8889ee4b1a0d1a28 (patch)
tree8046fa0506b1b46cbf4d87ef76ea6ce6c6c095b3
parentc73ae80019b235ebc526849155d60241341a29f8 (diff)
parentb15a64490738804f6b14d1c80ca4c50237ee1331 (diff)
downloadspdx-tools-busytown-mac-infra-release.tar.gz
Snap for 11819167 from b15a64490738804f6b14d1c80ca4c50237ee1331 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I4cb152c5b2c83ecedbe1c4248c696ea6ac0cdd65
-rw-r--r--examples/1-load/Android.bp28
-rw-r--r--examples/10-jsonloader/Android.bp25
-rw-r--r--examples/11-yamltotv/Android.bp19
-rw-r--r--examples/12-tvtoyaml/Android.bp19
-rw-r--r--examples/13-yamlloader/Android.bp19
-rw-r--r--examples/2-load-save/Android.bp28
-rw-r--r--examples/3-build/Android.bp28
-rw-r--r--examples/4-search/Android.bp28
-rw-r--r--examples/5-report/Android.bp29
-rw-r--r--examples/6-licensediff/Android.bp29
-rw-r--r--examples/7-rdfloader/Android.bp19
-rw-r--r--examples/8-jsontotv/Android.bp28
-rw-r--r--examples/9-tvtojson/Android.bp28
-rw-r--r--idsearcher/Android.bp36
-rw-r--r--licensediff/Android.bp34
-rw-r--r--rdfloader/Android.bp19
-rw-r--r--rdfloader/parser2v2/Android.bp19
-rw-r--r--rdfloader/parser2v3/Android.bp19
-rw-r--r--reporter/Android.bp34
-rw-r--r--tvloader/Android.bp37
-rw-r--r--tvloader/parser2v1/Android.bp57
-rw-r--r--tvloader/parser2v2/Android.bp57
-rw-r--r--tvloader/parser2v3/Android.bp57
-rw-r--r--tvloader/reader/Android.bp29
-rw-r--r--tvsaver/Android.bp36
-rw-r--r--tvsaver/saver2v1/Android.bp55
-rw-r--r--tvsaver/saver2v2/Android.bp55
-rw-r--r--tvsaver/saver2v3/Android.bp55
-rw-r--r--yaml/Android.bp19
29 files changed, 0 insertions, 945 deletions
diff --git a/examples/1-load/Android.bp b/examples/1-load/Android.bp
deleted file mode 100644
index b02336f..0000000
--- a/examples/1-load/Android.bp
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-// 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__"],
-}
-
-blueprint_go_binary {
- name: "spdx-tools-example_load",
- srcs: ["example_load.go"],
- deps: [
- "spdx-tools-spdxlib",
- "spdx-tools-tvloader",
- ],
-}
diff --git a/examples/10-jsonloader/Android.bp b/examples/10-jsonloader/Android.bp
deleted file mode 100644
index 7eddaf4..0000000
--- a/examples/10-jsonloader/Android.bp
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// 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__"],
-}
-
-blueprint_go_binary {
- name: "spdx-tools-example_json_loader",
- srcs: ["example_json_loader.go"],
- deps: ["spdx-tools-spdx-json"],
-}
diff --git a/examples/11-yamltotv/Android.bp b/examples/11-yamltotv/Android.bp
deleted file mode 100644
index 897e810..0000000
--- a/examples/11-yamltotv/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// 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__"],
-}
diff --git a/examples/12-tvtoyaml/Android.bp b/examples/12-tvtoyaml/Android.bp
deleted file mode 100644
index 897e810..0000000
--- a/examples/12-tvtoyaml/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// 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__"],
-}
diff --git a/examples/13-yamlloader/Android.bp b/examples/13-yamlloader/Android.bp
deleted file mode 100644
index 897e810..0000000
--- a/examples/13-yamlloader/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// 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__"],
-}
diff --git a/examples/2-load-save/Android.bp b/examples/2-load-save/Android.bp
deleted file mode 100644
index 6e144d2..0000000
--- a/examples/2-load-save/Android.bp
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-// 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__"],
-}
-
-blueprint_go_binary {
- name: "spdx-tools-example_load_save",
- srcs: ["example_load_save.go"],
- deps: [
- "spdx-tools-tvloader",
- "spdx-tools-tvsaver",
- ],
-}
diff --git a/examples/3-build/Android.bp b/examples/3-build/Android.bp
deleted file mode 100644
index a55b162..0000000
--- a/examples/3-build/Android.bp
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-// 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__"],
-}
-
-blueprint_go_binary {
- name: "spdx-tools-example_build",
- srcs: ["example_build.go"],
- deps: [
- "spdx-tools-builder",
- "spdx-tools-tvsaver",
- ],
-}
diff --git a/examples/4-search/Android.bp b/examples/4-search/Android.bp
deleted file mode 100644
index 9383bb5..0000000
--- a/examples/4-search/Android.bp
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-// 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__"],
-}
-
-blueprint_go_binary {
- name: "spdx-tools-example_search",
- srcs: ["example_search.go"],
- deps: [
- "spdx-tools-idsearcher",
- "spdx-tools-tvsaver",
- ],
-}
diff --git a/examples/5-report/Android.bp b/examples/5-report/Android.bp
deleted file mode 100644
index f62b9cd..0000000
--- a/examples/5-report/Android.bp
+++ /dev/null
@@ -1,29 +0,0 @@
-//
-// 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__"],
-}
-
-blueprint_go_binary {
- name: "spdx-tools-example_report",
- srcs: ["example_report.go"],
- deps: [
- "spdx-tools-reporter",
- "spdx-tools-spdxlib",
- "spdx-tools-tvloader",
- ],
-}
diff --git a/examples/6-licensediff/Android.bp b/examples/6-licensediff/Android.bp
deleted file mode 100644
index 67ba5e1..0000000
--- a/examples/6-licensediff/Android.bp
+++ /dev/null
@@ -1,29 +0,0 @@
-//
-// 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__"],
-}
-
-blueprint_go_binary {
- name: "spdx-tools-example_licensediff",
- srcs: ["example_licensediff.go"],
- deps: [
- "spdx-tools-licensediff",
- "spdx-tools-spdxlib",
- "spdx-tools-tvloader",
- ],
-}
diff --git a/examples/7-rdfloader/Android.bp b/examples/7-rdfloader/Android.bp
deleted file mode 100644
index 897e810..0000000
--- a/examples/7-rdfloader/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// 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__"],
-}
diff --git a/examples/8-jsontotv/Android.bp b/examples/8-jsontotv/Android.bp
deleted file mode 100644
index efb08e7..0000000
--- a/examples/8-jsontotv/Android.bp
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-// 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__"],
-}
-
-blueprint_go_binary {
- name: "spdx-tools-examplejsontotv",
- srcs: ["examplejsontotv.go"],
- deps: [
- "spdx-tools-spdx-json",
- "spdx-tools-tvsaver",
- ],
-}
diff --git a/examples/9-tvtojson/Android.bp b/examples/9-tvtojson/Android.bp
deleted file mode 100644
index b043cbd..0000000
--- a/examples/9-tvtojson/Android.bp
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-// 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__"],
-}
-
-blueprint_go_binary {
- name: "spdx-tools-exampletvtojson",
- srcs: ["exampletvtojson.go"],
- deps: [
- "spdx-tools-spdx-json",
- "spdx-tools-tvloader",
- ],
-}
diff --git a/idsearcher/Android.bp b/idsearcher/Android.bp
deleted file mode 100644
index ac652b8..0000000
--- a/idsearcher/Android.bp
+++ /dev/null
@@ -1,36 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-idsearcher",
- pkgPath: "github.com/spdx/tools-golang/idsearcher",
- srcs: ["idsearcher.go"],
- deps: [
- "spdx-tools-builder",
- "spdx-tools-spdxv2_1",
- "spdx-tools-spdxv2_2",
- "spdx-tools-spdxv2_3",
- "spdx-tools-utils",
- ],
- testSrcs: ["idsearcher_test.go"],
-}
diff --git a/licensediff/Android.bp b/licensediff/Android.bp
deleted file mode 100644
index 98de396..0000000
--- a/licensediff/Android.bp
+++ /dev/null
@@ -1,34 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-licensediff",
- pkgPath: "github.com/spdx/tools-golang/licensediff",
- srcs: ["licensediff.go"],
- deps: [
- "spdx-tools-spdxv2_1",
- "spdx-tools-spdxv2_2",
- "spdx-tools-spdxv2_3",
- ],
- testSrcs: ["licensediff_test.go"],
-}
diff --git a/rdfloader/Android.bp b/rdfloader/Android.bp
deleted file mode 100644
index 897e810..0000000
--- a/rdfloader/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// 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__"],
-}
diff --git a/rdfloader/parser2v2/Android.bp b/rdfloader/parser2v2/Android.bp
deleted file mode 100644
index 897e810..0000000
--- a/rdfloader/parser2v2/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// 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__"],
-}
diff --git a/rdfloader/parser2v3/Android.bp b/rdfloader/parser2v3/Android.bp
deleted file mode 100644
index 897e810..0000000
--- a/rdfloader/parser2v3/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// 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__"],
-}
diff --git a/reporter/Android.bp b/reporter/Android.bp
deleted file mode 100644
index a684610..0000000
--- a/reporter/Android.bp
+++ /dev/null
@@ -1,34 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-reporter",
- pkgPath: "github.com/spdx/tools-golang/reporter",
- srcs: ["reporter.go"],
- deps: [
- "spdx-tools-spdxv2_1",
- "spdx-tools-spdxv2_2",
- "spdx-tools-spdxv2_3",
- ],
- testSrcs: ["reporter_test.go"],
-}
diff --git a/tvloader/Android.bp b/tvloader/Android.bp
deleted file mode 100644
index 3691ed8..0000000
--- a/tvloader/Android.bp
+++ /dev/null
@@ -1,37 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-tvloader",
- pkgPath: "github.com/spdx/tools-golang/tvloader",
- srcs: ["tvloader.go"],
- deps: [
- "spdx-tools-spdxv2_1",
- "spdx-tools-spdxv2_2",
- "spdx-tools-spdxv2_3",
- "spdx-tools-tvloader_parser2v1",
- "spdx-tools-tvloader_parser2v2",
- "spdx-tools-tvloader_parser2v3",
- "spdx-tools-reader",
- ],
-}
diff --git a/tvloader/parser2v1/Android.bp b/tvloader/parser2v1/Android.bp
deleted file mode 100644
index 5dc82a5..0000000
--- a/tvloader/parser2v1/Android.bp
+++ /dev/null
@@ -1,57 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-tvloader_parser2v1",
- pkgPath: "github.com/spdx/tools-golang/tvloader/parser2v1",
- srcs: [
- "parse_annotation.go",
- "parse_creation_info.go",
- "parse_file.go",
- "parse_other_license.go",
- "parse_package.go",
- "parse_relationship.go",
- "parse_review.go",
- "parse_snippet.go",
- "parser.go",
- "types.go",
- "util.go",
- ],
- deps: [
- "spdx-tools-spdxcommon",
- "spdx-tools-spdxv2_1",
- "spdx-tools-reader",
- ],
- testSrcs: [
- "parse_annotation_test.go",
- "parse_creation_info_test.go",
- "parse_file_test.go",
- "parse_other_license_test.go",
- "parse_package_test.go",
- "parse_relationship_test.go",
- "parse_review_test.go",
- "parse_snippet_test.go",
- "parser_test.go",
- "util_test.go",
- ],
-}
diff --git a/tvloader/parser2v2/Android.bp b/tvloader/parser2v2/Android.bp
deleted file mode 100644
index 104b7e0..0000000
--- a/tvloader/parser2v2/Android.bp
+++ /dev/null
@@ -1,57 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-tvloader_parser2v2",
- pkgPath: "github.com/spdx/tools-golang/tvloader/parser2v2",
- srcs: [
- "parse_annotation.go",
- "parse_creation_info.go",
- "parse_file.go",
- "parse_other_license.go",
- "parse_package.go",
- "parse_relationship.go",
- "parse_review.go",
- "parse_snippet.go",
- "parser.go",
- "types.go",
- "util.go",
- ],
- deps: [
- "spdx-tools-spdxcommon",
- "spdx-tools-spdxv2_2",
- "spdx-tools-reader",
- ],
- testSrcs: [
- "parse_annotation_test.go",
- "parse_creation_info_test.go",
- "parse_file_test.go",
- "parse_other_license_test.go",
- "parse_package_test.go",
- "parse_relationship_test.go",
- "parse_review_test.go",
- "parse_snippet_test.go",
- "parser_test.go",
- "util_test.go",
- ],
-}
diff --git a/tvloader/parser2v3/Android.bp b/tvloader/parser2v3/Android.bp
deleted file mode 100644
index a467e48..0000000
--- a/tvloader/parser2v3/Android.bp
+++ /dev/null
@@ -1,57 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-tvloader_parser2v3",
- pkgPath: "github.com/spdx/tools-golang/tvloader/parser2v3",
- srcs: [
- "parse_annotation.go",
- "parse_creation_info.go",
- "parse_file.go",
- "parse_other_license.go",
- "parse_package.go",
- "parse_relationship.go",
- "parse_review.go",
- "parse_snippet.go",
- "parser.go",
- "types.go",
- "util.go",
- ],
- deps: [
- "spdx-tools-spdxcommon",
- "spdx-tools-spdxv2_3",
- "spdx-tools-reader",
- ],
- testSrcs: [
- "parse_annotation_test.go",
- "parse_creation_info_test.go",
- "parse_file_test.go",
- "parse_other_license_test.go",
- "parse_package_test.go",
- "parse_relationship_test.go",
- "parse_review_test.go",
- "parse_snippet_test.go",
- "parser_test.go",
- "util_test.go",
- ],
-}
diff --git a/tvloader/reader/Android.bp b/tvloader/reader/Android.bp
deleted file mode 100644
index f6705bb..0000000
--- a/tvloader/reader/Android.bp
+++ /dev/null
@@ -1,29 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-reader",
- pkgPath: "github.com/spdx/tools-golang/tvloader/reader",
- srcs: ["reader.go"],
- testSrcs: ["reader_test.go"],
-}
diff --git a/tvsaver/Android.bp b/tvsaver/Android.bp
deleted file mode 100644
index fbf0b5f..0000000
--- a/tvsaver/Android.bp
+++ /dev/null
@@ -1,36 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-tvsaver",
- pkgPath: "github.com/spdx/tools-golang/tvsaver",
- srcs: ["tvsaver.go"],
- deps: [
- "spdx-tools-spdxv2_1",
- "spdx-tools-spdxv2_2",
- "spdx-tools-spdxv2_3",
- "spdx-tools-saver2v1",
- "spdx-tools-saver2v2",
- "spdx-tools-saver2v3",
- ],
-}
diff --git a/tvsaver/saver2v1/Android.bp b/tvsaver/saver2v1/Android.bp
deleted file mode 100644
index ce03e2b..0000000
--- a/tvsaver/saver2v1/Android.bp
+++ /dev/null
@@ -1,55 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-saver2v1",
- pkgPath: "github.com/spdx/tools-golang/tvsaver/saver2v1",
- srcs: [
- "save_annotation.go",
- "save_creation_info.go",
- "save_document.go",
- "save_file.go",
- "save_other_license.go",
- "save_package.go",
- "save_relationship.go",
- "save_review.go",
- "save_snippet.go",
- "util.go",
- ],
- deps: [
- "spdx-tools-spdxcommon",
- "spdx-tools-spdxv2_1",
- ],
- testSrcs: [
- "save_annotation_test.go",
- "save_creation_info_test.go",
- "save_document_test.go",
- "save_file_test.go",
- "save_other_license_test.go",
- "save_package_test.go",
- "save_relationship_test.go",
- "save_review_test.go",
- "save_snippet_test.go",
- "util_test.go",
- ],
-}
diff --git a/tvsaver/saver2v2/Android.bp b/tvsaver/saver2v2/Android.bp
deleted file mode 100644
index ba2fdc9..0000000
--- a/tvsaver/saver2v2/Android.bp
+++ /dev/null
@@ -1,55 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-saver2v2",
- pkgPath: "github.com/spdx/tools-golang/tvsaver/saver2v2",
- srcs: [
- "save_annotation.go",
- "save_creation_info.go",
- "save_document.go",
- "save_file.go",
- "save_other_license.go",
- "save_package.go",
- "save_relationship.go",
- "save_review.go",
- "save_snippet.go",
- "util.go",
- ],
- deps: [
- "spdx-tools-spdxcommon",
- "spdx-tools-spdxv2_2",
- ],
- testSrcs: [
- "save_annotation_test.go",
- "save_creation_info_test.go",
- "save_document_test.go",
- "save_file_test.go",
- "save_other_license_test.go",
- "save_package_test.go",
- "save_relationship_test.go",
- "save_review_test.go",
- "save_snippet_test.go",
- "util_test.go",
- ],
-}
diff --git a/tvsaver/saver2v3/Android.bp b/tvsaver/saver2v3/Android.bp
deleted file mode 100644
index 7191524..0000000
--- a/tvsaver/saver2v3/Android.bp
+++ /dev/null
@@ -1,55 +0,0 @@
-//
-// 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__",
- "//build/make/tools/compliance:__subpackages__",
- ],
-}
-
-bootstrap_go_package {
- name: "spdx-tools-saver2v3",
- pkgPath: "github.com/spdx/tools-golang/tvsaver/saver2v3",
- srcs: [
- "save_annotation.go",
- "save_creation_info.go",
- "save_document.go",
- "save_file.go",
- "save_other_license.go",
- "save_package.go",
- "save_relationship.go",
- "save_review.go",
- "save_snippet.go",
- "util.go",
- ],
- deps: [
- "spdx-tools-spdxcommon",
- "spdx-tools-spdxv2_3",
- ],
- testSrcs: [
- "save_annotation_test.go",
- "save_creation_info_test.go",
- "save_document_test.go",
- "save_file_test.go",
- "save_other_license_test.go",
- "save_package_test.go",
- "save_relationship_test.go",
- "save_review_test.go",
- "save_snippet_test.go",
- "util_test.go",
- ],
-}
diff --git a/yaml/Android.bp b/yaml/Android.bp
deleted file mode 100644
index 897e810..0000000
--- a/yaml/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// 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__"],
-}