Merge "Add LOCAL_LICENSE_KINDS to external/strace" am: 91ca7ad713 am: a7b1c45abb am: 431bebf444

Original change: https://android-review.googlesource.com/c/platform/external/strace/+/1586055

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1e867a7fc0ece4f57214a4e9b05a470c812f655f
diff --git a/Android.bp b/Android.bp
index f3ac51e..801cffa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,18 +1,21 @@
-//
-// Copyright (C) 2006 The Android Open Source Project
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//      http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
+package {
+    default_applicable_licenses: ["external_strace_license"],
+}
+
+license {
+    name: "external_strace_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-BSD",
+        "SPDX-license-identifier-FSFAP",
+        "SPDX-license-identifier-MIT",
+        "legacy_notice",
+        "legacy_unencumbered",
+    ],
+    license_text: [
+        "COPYING",
+    ],
+}
 
 cc_binary {