aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:01:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:01:51 +0000
commit99c25b6e8c232a722006fb3c908d48703a80112f (patch)
treed5a048708a32322f12632670bd061bfba315e4d1
parent0219bfb4f8f7b0fb4b4e4eb5c2a2bc16747d3018 (diff)
parentee39ac64341b0c3d85a1299973988285f2f350de (diff)
downloadspirv-headers-99c25b6e8c232a722006fb3c908d48703a80112f.tar.gz
Change-Id: Id5064039b500287b4c5ac28db87abb76aeb974de
-rw-r--r--Android.bp30
-rw-r--r--METADATA3
2 files changed, 0 insertions, 33 deletions
diff --git a/Android.bp b/Android.bp
index 768ad4b..fe1b80e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,33 +1,3 @@
-package {
- default_applicable_licenses: ["external_shaderc_spirv-headers_license"],
-}
-
-// Added automatically by a large-scale-change that took the approach of
-// 'apply every license found to every target'. While this makes sure we respect
-// every license restriction, it may not be entirely correct.
-//
-// e.g. GPL in an MIT project might only apply to the contrib/ directory.
-//
-// Please consider splitting the single license below into multiple licenses,
-// taking care not to lose any license_kind information, and overriding the
-// default license using the 'licenses: [...]' property on targets as needed.
-//
-// For unused files, consider creating a 'fileGroup' with "//visibility:private"
-// to attach the license to, and including a comment whether the files may be
-// used in the current project.
-// See: http://go/android-license-faq
-license {
- name: "external_shaderc_spirv-headers_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-MIT",
- "legacy_unencumbered",
- ],
- license_text: [
- "LICENSE",
- ],
-}
-
filegroup {
name: "spirv.core.grammar.json-1.1",
srcs: ["include/spirv/1.1/spirv.core.grammar.json"],
diff --git a/METADATA b/METADATA
deleted file mode 100644
index d97975c..0000000
--- a/METADATA
+++ /dev/null
@@ -1,3 +0,0 @@
-third_party {
- license_type: NOTICE
-}