diff options
author | Elliott Hughes <enh@google.com> | 2021-02-16 20:02:47 +0000 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2021-02-16 20:02:47 +0000 |
commit | 5e44c22ebf717d59423803e9f9e4aff586fee72f (patch) | |
tree | 0f1e1eac8db14d78a10e31b7d2b97fcc92a5b40f /linker | |
parent | 48d43034d7b5a419ba56f052856696d53a7bd979 (diff) |
Revert "[LSC] Add LOCAL_LICENSE_KINDS to bionic"
This reverts commit 48d43034d7b5a419ba56f052856696d53a7bd979.
Reason for revert: bionic is multiple projects, not just one.
Change-Id: Ib31e1bb8888cc85c6e7736c4e2a1d4652fd23935
Diffstat (limited to 'linker')
-rw-r--r-- | linker/Android.bp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/linker/Android.bp b/linker/Android.bp index c8270a466..06e6fbc1b 100644 --- a/linker/Android.bp +++ b/linker/Android.bp @@ -9,36 +9,6 @@ // embedded as the entry point, and the linker is embedded as ELF sections in // each binary. There's a linker script that sets all of that up (generated by // extract_linker), and defines the extern symbols used in this file. -package { - default_applicable_licenses: ["bionic_linker_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: "bionic_linker_license", - visibility: [":__subpackages__"], - license_kinds: [ - "SPDX-license-identifier-Apache-2.0", - "SPDX-license-identifier-BSD", - ], - license_text: [ - "NOTICE", - ], -} - cc_object { name: "linker_wrapper", host_supported: true, |