summaryrefslogtreecommitdiff
path: root/client-libs
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-22 16:10:07 -0800
committerBob Badour <bbadour@google.com>2021-02-22 16:10:07 -0800
commitb28ecce294805b4f86ef91487d2822aa4ff8c9d4 (patch)
treee75c6ae2a9549bac66a7054b697dd3af0fa9eeab /client-libs
parentbd9fd204ede82ab7c88ed444886292122d60dc52 (diff)
downloadnet-b28ecce294805b4f86ef91487d2822aa4ff8c9d4.tar.gz
[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: I6ea23b03b1fadb54c7974c9f716f0f13795f84c5
Diffstat (limited to 'client-libs')
-rw-r--r--client-libs/Android.bp4
-rw-r--r--client-libs/tests/unit/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/client-libs/Android.bp b/client-libs/Android.bp
index cc1b4e74..9cedd29f 100644
--- a/client-libs/Android.bp
+++ b/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/client-libs/tests/unit/Android.bp b/client-libs/tests/unit/Android.bp
index fc8a2c6c..2cd39bdc 100644
--- a/client-libs/tests/unit/Android.bp
+++ b/client-libs/tests/unit/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_library {
name: "NetdStaticLibTestsLib",
srcs: [