aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-01 06:14:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-01 06:14:07 +0000
commitb155b6d335bd223b26f1d9d8a5ca937f94e03019 (patch)
tree7a1d746b6f75161103cc2d88e8e4e6f1a70ed0d0
parent067bd18d0df23b5f48b7118fac518d2739390a68 (diff)
parentaace0241b7c8370b1ace6721ac6b8189e6e4cc23 (diff)
downloadchrono-android14-platform-release.tar.gz
Change-Id: Ida72263575565651c57f127b9a66bfda4d26f160
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 673d0e8..e7f5dbe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,6 +42,7 @@ rust_library {
features: [
"clock",
"libc",
+ "serde",
"std",
"winapi",
],
@@ -49,6 +50,7 @@ rust_library {
"liblibc",
"libnum_integer",
"libnum_traits",
+ "libserde",
],
apex_available: [
"//apex_available:platform",
diff --git a/cargo2android.json b/cargo2android.json
index 90c5a67..cd14e87 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -4,6 +4,6 @@
"com.android.virt"
],
"device": true,
- "features": "std,clock",
+ "features": "std,clock,serde",
"run": true
}