aboutsummaryrefslogtreecommitdiff
path: root/tvloader/Android.bp
diff options
context:
space:
mode:
authorWei Li <weiwli@google.com>2024-01-22 10:45:39 -0800
committerWei Li <weiwli@google.com>2024-01-22 10:45:39 -0800
commitd1603414a1f71f7b979ef7de725530c357a9eed7 (patch)
tree4713496fbbd2b63db329234ffc62f97aa9ebb976 /tvloader/Android.bp
parent287b729470bf38c76f6775be2ef4e965f69d5455 (diff)
downloadspdx-tools-d1603414a1f71f7b979ef7de725530c357a9eed7.tar.gz
Remove unused go modules.
Bug: N/A Test: CIs Change-Id: I5e202a37e49c95588d5fd18de868f205531ebd21
Diffstat (limited to 'tvloader/Android.bp')
-rw-r--r--tvloader/Android.bp37
1 files changed, 0 insertions, 37 deletions
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",
- ],
-}