aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 04:00:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-01 04:00:05 +0000
commita495224e7c3ecf9ab6212d52a834412a90ebcc44 (patch)
treed5e2f7181bd9c53349fc833a43987aacbb1a721f
parentac43ca698e188380bf7da76b20eb05a523248f52 (diff)
parent8f16ce8c889b4de1c1252aafe2576d5d7c50539b (diff)
downloadclang-sys-a495224e7c3ecf9ab6212d52a834412a90ebcc44.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/clang-sys am: 8f16ce8c88android-s-beta-2android-s-beta-1
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/clang-sys/+/1609819 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ieeac4cb4f21ba825a4a015947a84562dc6156273
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d3d6269..52b841f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// This file is generated by cargo2android.py --run --features=runtime,clang_10_0 --dependencies --copy-out.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: ["external_rust_crates_clang-sys_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_clang-sys_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
+
genrule {
name: "copy_clang-sys_build_out",
srcs: ["out/*"],