diff options
author | Bob Badour <bbadour@google.com> | 2021-02-12 17:51:24 -0800 |
---|---|---|
committer | Bob Badour <bbadour@google.com> | 2021-02-12 17:51:24 -0800 |
commit | 48d43034d7b5a419ba56f052856696d53a7bd979 (patch) | |
tree | 4a958f90512dcd1cec534d0dbdb1de4ebb6a8678 /apex | |
parent | ef0ec82684ea52ee3a13db8df9103ca314ea17aa (diff) |
[LSC] Add LOCAL_LICENSE_KINDS to bionic
Added SPDX-license-identifier-Apache-2.0 to:
libdl/Android.bp
tools/versioner/src/Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to:
benchmarks/Android.bp
libc/malloc_debug/Android.bp
libc/system_properties/Android.bp
linker/Android.bp
tests/Android.bp
tests/libs/Android.bp
tests/libs/Android.build.dlext_testzip.mk
tests/make_fortify_compile_test.mk
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD
SPDX-license-identifier-ISC SPDX-license-identifier-MIT
legacy_notice legacy_unencumbered
to:
Android.bp
libc/Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD
SPDX-license-identifier-ISC SPDX-license-identifier-MIT
legacy_unencumbered
to:
tools/Android.bp
tools/versioner/Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD
SPDX-license-identifier-MIT legacy_unencumbered
to:
libm/Android.bp
Added SPDX-license-identifier-Apache-2.0 legacy_unencumbered
to:
libc/tools/Android.bp
Added SPDX-license-identifier-BSD
to:
benchmarks/linker_relocation/Android.bp
benchmarks/spawn/Android.bp
libc/async_safe/Android.bp
libc/malloc_hooks/Android.bp
libfdtrack/Android.bp
tests/headers/Android.bp
tests/headers/posix/Android.bp
Added legacy_notice
to:
apex/Android.bp
benchmarks/linker_relocation/gen/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I76cad00578b9b99180ee5dd1e04b4646d5c5fedf
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 8aec64a49..16422f801 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -3,6 +3,15 @@ // In Q this contained Bionic, ART and Libcore. // It keeps the name /apex/com.android.runtime for app compat reasons. +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "bionic_license" + // to get the below license kinds: + // legacy_notice + default_applicable_licenses: ["bionic_license"], +} + android_app_certificate { name: "com.android.runtime.certificate", certificate: "com.android.runtime", |