aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp12
1 files changed, 1 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index 4677db0..ccfda35 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,5 @@
// This file is generated by cargo2android.py --run --dependencies --device --tests --patch=patches/Android.bp.patch.
+// Do not modify this file as changes will be overridden on upgrade.
package {
default_applicable_licenses: ["external_rust_crates_futures-task_license"],
@@ -46,12 +47,8 @@ rust_defaults {
features: [
"alloc",
"default",
- "once_cell",
"std",
],
- rustlibs: [
- "libonce_cell",
- ],
}
rust_test_host {
@@ -76,17 +73,10 @@ rust_library {
features: [
"alloc",
"default",
- "once_cell",
"std",
],
- rustlibs: [
- "libonce_cell",
- ],
apex_available: [
"//apex_available:platform",
"com.android.virt",
],
}
-
-// dependent_library ["feature_list"]
-// once_cell-1.5.2 "alloc,std"