commit | 121ccf9c60d0361e68e1a390f543da3af87b02cb | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon Feb 22 12:24:58 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Mon Feb 22 21:58:41 2021 -0800 |
tree | 900c6e1eae795510cde22445631c7825bd699431 | |
parent | 221bb08d51c504e34086e499c781c8d537528f06 [diff] |
DO NOT MERGE [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: I8ba82a15e5fdf859e497d558983ef41afebf1bbb Merged-in: I2d4abaee12c1f20c39a7e2c9e02e2fccb96fa3ee Merged-in: I6ea23b03b1fadb54c7974c9f716f0f13795f84c5
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: [