aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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