aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/build/cmake/config.toml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/build/cmake/config.toml.in b/android/build/cmake/config.toml.in
index 38f118af16..60fab96de3 100644
--- a/android/build/cmake/config.toml.in
+++ b/android/build/cmake/config.toml.in
@@ -57,6 +57,7 @@ http = { path = "${AOSP_ROOT}/external/rust/crates/http" }
httparse = { path = "${AOSP_ROOT}/external/rust/crates/httparse" }
indexmap = { path = "${AOSP_ROOT}/external/rust/crates/indexmap" }
instant = { path = "${AOSP_ROOT}/external/rust/crates/instant" }
+itertools = { path = "${AOSP_ROOT}/external/rust/crates/itertools" }
itoa = { path = "${AOSP_ROOT}/external/rust/crates/itoa" }
lazy_static = { path = "${AOSP_ROOT}/external/rust/crates/lazy_static" }
lazycell = { path = "${AOSP_ROOT}/external/rust/crates/lazycell" }