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

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

Change-Id: Ic581efd9254ead5a687943b72aa403355fcc7308
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",