Snap for 7128142 from b4da2666498bb52e7af942f466cdba6442928762 to sc-v2-release

Change-Id: I62a89dfa9a8a3c1264f37d1a7f2788e5f21cbdc0
diff --git a/Android.bp b/Android.bp
index 23ca486..484caa3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,26 @@
+package {
+    default_applicable_licenses: ["external_sonic_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// http://go/android-license-faq
+license {
+    name: "external_sonic_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-Apache-2.0",
+    ],
+    license_text: [
+        "COPYING",
+        "NOTICE",
+    ],
+}
+
 cc_library_shared {
     name: "libsonic",