Migrate 26 crates to monorepo
tokio-util
tower
tower-layer
tower-service
tracing
tracing-attributes
tracing-core
tracing-subscriber
try-lock
tungstenite
twox-hash
ucd-trie
unicode-bidi
unicode-normalization
unicode-segmentation
unicode-width
unsafe-libyaml
userfaultfd
utf-8
uuid
weak-table
webpki
which
winnow
x509-cert
xml-rs
Bug: http://b/339424309
Test: treehugger
Change-Id: I6b5bbf7af7efafed9bfe35e911670aaa3805d3a3
diff --git a/Android.bp b/Android.bp
index c67849a..96beb97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,56 +1 @@
-// This file is generated by cargo_embargo.
-// Do not modify this file because the changes will be overridden on upgrade.
-
-package {
- default_applicable_licenses: ["external_rust_crates_tokio-util_license"],
-}
-
-license {
- name: "external_rust_crates_tokio-util_license",
- visibility: [":__subpackages__"],
- license_kinds: ["SPDX-license-identifier-MIT"],
- license_text: ["LICENSE"],
-}
-
-rust_library {
- name: "libtokio_util",
- host_supported: true,
- crate_name: "tokio_util",
- cargo_env_compat: true,
- cargo_pkg_version: "0.7.10",
- crate_root: "src/lib.rs",
- edition: "2021",
- features: [
- "codec",
- "compat",
- "full",
- "futures-io",
- "futures-util",
- "hashbrown",
- "io",
- "io-util",
- "net",
- "rt",
- "slab",
- "time",
- "tracing",
- ],
- rustlibs: [
- "libbytes",
- "libfutures_core",
- "libfutures_io",
- "libfutures_sink",
- "libfutures_util",
- "libpin_project_lite",
- "libslab",
- "libtokio",
- "libtracing",
- ],
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- product_available: true,
- vendor_available: true,
- min_sdk_version: "29",
-}
+// This crate has been migrated to external/rust/android-crates-io.
diff --git a/cargo_embargo.json b/cargo_embargo.json
deleted file mode 100644
index 9487e2e..0000000
--- a/cargo_embargo.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "features": [
- "full"
- ],
- "min_sdk_version": "29",
- "run_cargo": false
-}