Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net" am: 5fa039fb80 am: 57671627fd

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/net/+/1849801

Change-Id: Ic32aa1ed7a3d8b51e7599eb9e9852ac2ebfb4014
diff --git a/staticlibs/netd/Android.bp b/staticlibs/netd/Android.bp
index c93c2fc..530ccd3 100644
--- a/staticlibs/netd/Android.bp
+++ b/staticlibs/netd/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"],
+}
+
 java_library {
     name: "netd_aidl_interface-lateststable-java",
     sdk_version: "system_current",