aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-07-12 14:43:53 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-13 15:59:28 -0700
commitdfcb59bec0732c233b0a7e3b69506f26fbfc8187 (patch)
treeecbe319bb139562e4076a37eacdc7c8358210382 /Android.bp
parentdd5b82072623f5e7df5180029dd92c6a09db2562 (diff)
downloadrand_chacha-dfcb59bec0732c233b0a7e3b69506f26fbfc8187.tar.gz
Regenerate Android.bp with new cargo2android.pyandroid-r-beta-3android-r-beta-2
Test: make Change-Id: Iaa104f4a5d8ca7d5d621789381509e6aac7b41f0
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e6346b3..af926c4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --device --run.
+// This file is generated by cargo2android.py --device --run --dependencies.
rust_library {
name: "librand_chacha",
@@ -16,3 +16,7 @@ rust_library {
"librand_core",
],
}
+
+// dependent_library ["feature_list"]
+// ppv-lite86-0.2.8 "simd,std"
+// rand_core-0.5.1