aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:05:32 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:05:32 +0000
commitbedeb8bbfeff1ad5fab756cf0ab262fb607fa179 (patch)
treecca5bb2f710f5667d61900a53bea9e4dacef32a3
parent9d05de1bedf1d340d7d9994a7a7ca0b9240917c8 (diff)
parent4920b2a264d51fd44c88acd474baba920e91cb96 (diff)
downloadinstant-bedeb8bbfeff1ad5fab756cf0ab262fb607fa179.tar.gz
Snap for 7152399 from 4920b2a264d51fd44c88acd474baba920e91cb96 to sc-v2-release
Change-Id: Ie5f288c89252ef6e96fee1add76ce35090c11657
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e600e2a..4d1f5e3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --device --dependencies.
+package {
+ default_applicable_licenses: ["external_rust_crates_instant_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_instant_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libinstant",
host_supported: true,