commit | 019601fb36f16d45d9bf8c5024f38e0aeeb33c1a | [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 | 1cf3c41e2adb0da0026eaa3dab3d662ea7610acb | |
parent | b1a272e382f75de0961d4afcf6b9e45072db6b20 [diff] [blame] |
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/native/bpf_syscall_wrappers/Android.bp b/staticlibs/native/bpf_syscall_wrappers/Android.bp index ae6eee0..fa90655 100644 --- a/staticlibs/native/bpf_syscall_wrappers/Android.bp +++ b/staticlibs/native/bpf_syscall_wrappers/Android.bp
@@ -12,6 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_library_headers { name: "bpf_syscall_wrappers", vendor_available: false,