aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:05:25 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:05:25 +0000
commit872a926a794dd0a6e6ddbc5e385b0fb0ddc76e28 (patch)
treed5e2f7181bd9c53349fc833a43987aacbb1a721f
parentd4fe556930147083096d3a598b2a6c0ccc6a86ec (diff)
parent5c62d6e8f1497ff4c8675ced720d9cfdc8d0084f (diff)
downloadclang-sys-android12L-s1-release.tar.gz
Change-Id: Idc1c287dd5e47d39003adbcfcd3f0fdec0d442f9
-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/*"],