aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:04:12 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:04:12 +0000
commit5db65a2ec64ae9e37613c2d3b975984b2fe23785 (patch)
tree0cbcf18d33905c6c234eaf3b10e6fbc2af5ae515
parent6774ec94b66f9d1c5d822d28522dc64466fb5ba7 (diff)
parent9b37cc5730997da7a1548c4a7a1ccf62c9ace526 (diff)
downloadlibchromeos-rs-android12L-s1-release.tar.gz
Change-Id: I41e9493ba6dd2fe265a599d8a99a963f426e6f8b
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bfdcb10..efe2da5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --device --tests --dependencies --global_defaults=crosvm_defaults.
+package {
+ default_applicable_licenses: ["external_libchromeos-rs_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_libchromeos-rs_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_defaults {
name: "libchromeos-rs_defaults",
defaults: ["crosvm_defaults"],