[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
This commit is contained in:
@@ -27,6 +27,10 @@
|
|||||||
// included in the bootclasspath, they could incorrectly be included in the SDK documentation even
|
// included in the bootclasspath, they could incorrectly be included in the SDK documentation even
|
||||||
// though they are not in the current.txt files.
|
// though they are not in the current.txt files.
|
||||||
|
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
java_library {
|
java_library {
|
||||||
name: "net-utils-device-common",
|
name: "net-utils-device-common",
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|||||||
@@ -12,6 +12,10 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
cc_library_headers {
|
cc_library_headers {
|
||||||
name: "bpf_syscall_wrappers",
|
name: "bpf_syscall_wrappers",
|
||||||
vendor_available: false,
|
vendor_available: false,
|
||||||
|
|||||||
@@ -12,6 +12,10 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
name: "libnetjniutils",
|
name: "libnetjniutils",
|
||||||
srcs: ["netjniutils.cpp"],
|
srcs: ["netjniutils.cpp"],
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
// Build NetworkStaticLibTests package
|
// Build NetworkStaticLibTests package
|
||||||
//########################################################################
|
//########################################################################
|
||||||
|
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
android_library {
|
android_library {
|
||||||
name: "NetworkStaticLibTestsLib",
|
name: "NetworkStaticLibTestsLib",
|
||||||
srcs: ["src/**/*.java","src/**/*.kt"],
|
srcs: ["src/**/*.java","src/**/*.kt"],
|
||||||
@@ -38,4 +42,3 @@ android_test {
|
|||||||
jarjar_rules: "jarjar-rules.txt",
|
jarjar_rules: "jarjar-rules.txt",
|
||||||
test_suites: ["device-tests"],
|
test_suites: ["device-tests"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user