Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Connectivity" am: 3755d9048a

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1963800

Change-Id: Ia9f3da6136f2ca3496d8fabf5eb71c5c01a7f5d3
diff --git a/service/native/Android.bp b/service/native/Android.bp
index 5816318..b49457d 100644
--- a/service/native/Android.bp
+++ b/service/native/Android.bp
@@ -14,6 +14,10 @@
  * limitations under the License.
  */
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 cc_library {
     name: "libtraffic_controller",
     defaults: ["netd_defaults"],