commit | 5e043f16a9f25f05d71dffe940d1f4df176ac776 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Feb 12 15:39:10 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Wed Feb 17 17:22:02 2021 -0800 |
tree | 900c6e1eae795510cde22445631c7825bd699431 | |
parent | 466c22207253d9a373cff3c588b8865415b4dfdd [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net Added SPDX-license-identifier-Apache-2.0 to: client-libs/Android.bp client-libs/tests/unit/Android.bp common/Android.bp common/native/bpf_syscall_wrappers/Android.bp common/native/netjniutils/Android.bp common/tests/unit/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I2d4abaee12c1f20c39a7e2c9e02e2fccb96fa3ee Merged-in: I6942c6844c89048f785f2b6eaa4bb33a24fa6f93
diff --git a/staticlibs/client-libs/Android.bp b/staticlibs/client-libs/Android.bp index cc1b4e7..9cedd29 100644 --- a/staticlibs/client-libs/Android.bp +++ b/staticlibs/client-libs/Android.bp
@@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + java_library { name: "netd-client", srcs: ["netd/**/*"],
diff --git a/staticlibs/client-libs/tests/unit/Android.bp b/staticlibs/client-libs/tests/unit/Android.bp index fc8a2c6..2cd39bd 100644 --- a/staticlibs/client-libs/tests/unit/Android.bp +++ b/staticlibs/client-libs/tests/unit/Android.bp
@@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_library { name: "NetdStaticLibTestsLib", srcs: [