aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:04:25 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:04:25 -0800
commitb663c0030a4d43df490dfddbb3504b8f6cd73c29 (patch)
tree94283e49e8e7db141d2228735297abc66ba70b1d
parenta1ca34202964a49508d49854c8500f9e09b042ed (diff)
downloadarm-optimized-routines-b663c0030a4d43df490dfddbb3504b8f6cd73c29.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/arm-optimized-routinesandroid-s-preview-1
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Id4d7093b8a781d32de4ef0e931ac99d91cfd775b
-rwxr-xr-xAndroid.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 78f1fdc..0fbd92f 100755
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_arm-optimized-routines_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_arm-optimized-routines_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "arm-optimized-routines-defaults",
host_supported: true,