Snap for 7128142 from b8769a60b90e4858d14216aa4bcb693f744c64f7 to sc-v2-release

Change-Id: I6d21dfab3e05816e9f11b84ed9e461c85246c65d
diff --git a/Android.bp b/Android.bp
index dc527b7..77c9f8d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+    default_applicable_licenses: ["packages_apps_SpareParts_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+    name: "packages_apps_SpareParts_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-Apache-2.0",
+    ],
+    license_text: [
+        "NOTICE",
+    ],
+}
+
 android_app {
     name: "SpareParts",
     srcs: ["**/*.java"],