[LSC] Add LOCAL_LICENSE_KINDS to art

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

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I35d9428413b02b61ecd6b2d3d24000db057f2911
diff --git a/artd/Android.bp b/artd/Android.bp
index 558b1ce..56ec317 100644
--- a/artd/Android.bp
+++ b/artd/Android.bp
@@ -14,6 +14,15 @@
 // limitations under the License.
 //
 
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "art_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["art_license"],
+}
+
 art_cc_binary {
     name: "artd",
     defaults: ["art_defaults"],