Snap for 7152399 from 137e82a8bb6660347808f63e2f10f2dd56014164 to sc-release

Change-Id: Ia3e0d540ca0eee2f15ac9aa2df15a598085a5976
diff --git a/Android.bp b/Android.bp
index 9220694..4ff076c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["external_XNNPACK_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_XNNPACK_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 OPERATOR_SRCS = [
     "src/operators/argmax-pooling-nhwc.c",
     "src/operators/average-pooling-nhwc.c",