[LSC] Add LOCAL_LICENSE_KINDS to prebuilts/module_sdk/art am: ca68815d9f

Original change: https://googleplex-android-review.googlesource.com/c/platform/prebuilts/module_sdk/art/+/14390476

Change-Id: Ib887b0a065bf98c2c996aadd583db324a412d209
diff --git a/current/host-exports/Android.bp b/current/host-exports/Android.bp
index 48c169c..5828e67 100755
--- a/current/host-exports/Android.bp
+++ b/current/host-exports/Android.bp
@@ -1,6 +1,17 @@
 // This is auto-generated. DO NOT EDIT.
 
 // Soong config variable stanza added by vendor/unbundled_google/modules/ArtGooglePrebuilt/update-art-module-prebuilts.py.
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "prebuilts_module_sdk_art_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    //   SPDX-license-identifier-MIT
+    //   legacy_unencumbered
+    default_applicable_licenses: ["prebuilts_module_sdk_art_license"],
+}
+
 soong_config_module_type_import {
     from: "prebuilts/module_sdk/art/SoongConfig.bp",
     module_types: [
@@ -501,4 +512,4 @@
             enabled: true,
         },
     },
-}
\ No newline at end of file
+}
diff --git a/current/sdk/Android.bp b/current/sdk/Android.bp
index d841984..91beb02 100755
--- a/current/sdk/Android.bp
+++ b/current/sdk/Android.bp
@@ -1,6 +1,22 @@
 // This is auto-generated. DO NOT EDIT.
 
 // Soong config variable stanza added by vendor/unbundled_google/modules/ArtGooglePrebuilt/update-art-module-prebuilts.py.
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "prebuilts_module_sdk_art_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    //   SPDX-license-identifier-BSD
+    //   SPDX-license-identifier-CC0-1.0
+    //   SPDX-license-identifier-GPL-2.0
+    //   SPDX-license-identifier-MIT
+    //   SPDX-license-identifier-W3C
+    //   SPDX-license-identifier-Zlib
+    //   legacy_unencumbered
+    default_applicable_licenses: ["prebuilts_module_sdk_art_license"],
+}
+
 soong_config_module_type_import {
     from: "prebuilts/module_sdk/art/SoongConfig.bp",
     module_types: [
@@ -2716,4 +2732,4 @@
             enabled: true,
         },
     },
-}
\ No newline at end of file
+}
diff --git a/current/test-exports/Android.bp b/current/test-exports/Android.bp
index 5b15651..39cdbfc 100755
--- a/current/test-exports/Android.bp
+++ b/current/test-exports/Android.bp
@@ -1,6 +1,10 @@
 // This is auto-generated. DO NOT EDIT.
 
 // Soong config variable stanza added by vendor/unbundled_google/modules/ArtGooglePrebuilt/update-art-module-prebuilts.py.
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 soong_config_module_type_import {
     from: "prebuilts/module_sdk/art/SoongConfig.bp",
     module_types: [
@@ -692,4 +696,4 @@
         "art-module-test-exports_core-tests@current",
     ],
     native_shared_libs: ["art-module-test-exports_libjavacoretests@current"],
-}
\ No newline at end of file
+}