aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:04:23 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:04:23 +0000
commitf8e376f6d1a8971d8bd17a488d8ce19efce33024 (patch)
treed5e2f7181bd9c53349fc833a43987aacbb1a721f
parent170a3c4cc082e9cbc22548728268ff595804e083 (diff)
parent5c62d6e8f1497ff4c8675ced720d9cfdc8d0084f (diff)
downloadclang-sys-android12-d1-s1-release.tar.gz
Change-Id: I4481e239f9516a95b65edd9c247f8b6002b8bf7f
-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/*"],