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

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

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