aboutsummaryrefslogtreecommitdiff
path: root/libfdtrack
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-19 13:06:22 -0800
committerElliott Hughes <enh@google.com>2021-02-19 23:38:28 +0000
commitaa7d835fdd739881a907ac5c8a89a5dae01f6089 (patch)
treed85b4086e7cd0aedd28a071d5e1899f62b73695d /libfdtrack
parentd29cac66b426d59afd7ce7da9519b6d43f5df0cc (diff)
downloadbionic-aa7d835fdd739881a907ac5c8a89a5dae01f6089.tar.gz
Add LOCAL_LICENSE_KINDS to bionic
Added SPDX-license-identifier-Apache-2.0 to: apex/Android.bp libdl/Android.bp tools/Android.bp tools/versioner/Android.bp tools/versioner/src/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: benchmarks/Android.bp benchmarks/linker_relocation/gen/Android.bp libc/malloc_debug/Android.bp libc/system_properties/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: libc/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 linker/Android.bp tests/headers/Android.bp tests/headers/posix/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ib05bcaa276b3aa71a7654ccbe8e67e1f16aec9f3
Diffstat (limited to 'libfdtrack')
-rw-r--r--libfdtrack/Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/libfdtrack/Android.bp b/libfdtrack/Android.bp
index a907d9ae0..fb28623ef 100644
--- a/libfdtrack/Android.bp
+++ b/libfdtrack/Android.bp
@@ -1,3 +1,18 @@
+package {
+ default_applicable_licenses: ["bionic_libfdtrack_license"],
+}
+
+license {
+ name: "bionic_libfdtrack_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library_shared {
name: "libfdtrack",
srcs: ["fdtrack.cpp"],