[LSC] Add LOCAL_LICENSE_KINDS to system/update_engine

Added SPDX-license-identifier-Apache-2.0 to:
  scripts/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: I4b2634494a897384b252e6cbabf56e3e1ad08e5a
diff --git a/scripts/Android.bp b/scripts/Android.bp
index b20533a..bbd3a4e 100644
--- a/scripts/Android.bp
+++ b/scripts/Android.bp
@@ -22,6 +22,15 @@
 //    `releasetools_X_defaults` in their defaults.
 //
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "system_update_engine_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["system_update_engine_license"],
+}
+
 python_library_host {
     name: "update_payload",