Snap for 9931682 from 48ee729b1f8ab48ea563e20e8416a3956c15d92c to udc-d1-release
Change-Id: I0f982a5098a2bb192e6bac5a0e891e9bc7bfd0c8
diff --git a/Android.bp b/Android.bp
index e406412..235586c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,8 +47,10 @@
edition: "2021",
features: [
"derive",
+ "error-context",
"help",
"std",
+ "usage",
],
rustlibs: [
"libbitflags",
@@ -74,8 +76,10 @@
edition: "2021",
features: [
"derive",
+ "error-context",
"help",
"std",
+ "usage",
],
rustlibs: [
"libbitflags",
diff --git a/cargo2android.json b/cargo2android.json
index 2780a3d..e49ebf5 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,6 +1,6 @@
{
"dependencies": true,
"device": true,
- "features": "derive,help,std",
+ "features": "derive,error-context,help,std,usage",
"run": true
}