aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:05:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-24 01:05:17 +0000
commitc4fc0f035a82be6aae54a7f352570955c80683dc (patch)
tree2c80002f995035bb3feb85345490087e831f48f7
parent70844009494aec17a3eada08d5f88c34229a60cb (diff)
parentd02d561ecbc23b878d1722f87b10eba597d58472 (diff)
downloadmanaged-android12L-release.tar.gz
Change-Id: Icb1846d29c02b9f4d091709c358e5f8d3d767bbb
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2ce4a1b..df9a598 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// This file is generated by cargo2android.py --run --device --tests --dependencies --no-subdir.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: ["external_rust_crates_managed_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_managed_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "legacy_unencumbered",
+ ],
+ license_text: [
+ "LICENSE-0BSD.txt",
+ ],
+}
+
rust_library {
name: "libmanaged",
host_supported: true,