Migrate 25 crates to monorepo
quickcheck
regex-automata
ryu
same-file
serde
serde_json
serde_spanned
serde_test
sharded-slab
shlex
siphasher
tinyvec
tinyvec_macros
tokio-io-timeout
toml
toml_datetime
toml_edit
uniffi
uniffi_checksum_derive
uniffi_meta
virtio-bindings
virtio-queue
virtio-vsock
vsock
vsprintf
zerocopy-derive
Bug: http://b/339424309
Test: treehugger
Change-Id: I7bce6cf97ad8e47b68b138d1565cb997892df4ca
diff --git a/Android.bp b/Android.bp
index 397ffe5..96beb97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,125 +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_tinyvec_license"],
- default_team: "trendy_team_android_rust",
-}
-
-license {
- name: "external_rust_crates_tinyvec_license",
- visibility: [":__subpackages__"],
- license_kinds: ["SPDX-license-identifier-Apache-2.0"],
- license_text: ["LICENSE"],
-}
-
-rust_library {
- name: "libtinyvec",
- host_supported: true,
- crate_name: "tinyvec",
- cargo_env_compat: true,
- cargo_pkg_version: "1.6.0",
- crate_root: "src/lib.rs",
- edition: "2018",
- features: [
- "alloc",
- "default",
- "rustc_1_40",
- "rustc_1_55",
- "rustc_1_57",
- "std",
- "tinyvec_macros",
- ],
- rustlibs: ["libtinyvec_macros"],
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- product_available: true,
- vendor_available: true,
- min_sdk_version: "29",
-}
-
-rust_test {
- name: "tinyvec_test_tests_arrayvec",
- host_supported: true,
- crate_name: "arrayvec",
- cargo_env_compat: true,
- cargo_pkg_version: "1.6.0",
- crate_root: "tests/arrayvec.rs",
- test_suites: ["general-tests"],
- auto_gen_config: true,
- test_options: {
- unit_test: true,
- },
- edition: "2018",
- features: [
- "alloc",
- "default",
- "rustc_1_40",
- "rustc_1_55",
- "rustc_1_57",
- "std",
- "tinyvec_macros",
- ],
- rustlibs: [
- "libcriterion",
- "libserde_test",
- "libsmallvec",
- "libtinyvec",
- "libtinyvec_macros",
- ],
-}
-
-rust_test {
- name: "tinyvec_test_tests_tinyvec",
- host_supported: true,
- crate_name: "tinyvec",
- cargo_env_compat: true,
- cargo_pkg_version: "1.6.0",
- crate_root: "tests/tinyvec.rs",
- test_suites: ["general-tests"],
- auto_gen_config: true,
- test_options: {
- unit_test: true,
- },
- edition: "2018",
- features: [
- "alloc",
- "default",
- "rustc_1_40",
- "rustc_1_55",
- "rustc_1_57",
- "std",
- "tinyvec_macros",
- ],
- rustlibs: [
- "libcriterion",
- "libserde_test",
- "libsmallvec",
- "libtinyvec",
- "libtinyvec_macros",
- ],
-}
-
-rust_library_rlib {
- name: "libtinyvec_nostd",
- crate_name: "tinyvec",
- cargo_env_compat: true,
- cargo_pkg_version: "1.6.0",
- crate_root: "src/lib.rs",
- edition: "2018",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- prefer_rlib: true,
- no_stdlibs: true,
- stdlibs: [
- "libcompiler_builtins.rust_sysroot",
- "libcore.rust_sysroot",
- ],
- product_available: true,
- vendor_available: true,
- min_sdk_version: "29",
-}
+// This crate has been migrated to external/rust/android-crates-io.
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 0b0519b..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,27 +0,0 @@
-// Generated by update_crate_tests.py for tests that depend on this crate.
-{
- "imports": [
- {
- "path": "external/rust/crates/quiche"
- },
- {
- "path": "external/rust/crates/unicode-normalization"
- },
- {
- "path": "external/rust/crates/url"
- },
- {
- "path": "packages/modules/DnsResolver"
- }
- ],
- "presubmit": [
- {
- "name": "tinyvec_test_tests_arrayvec"
- }
- ],
- "presubmit-rust": [
- {
- "name": "tinyvec_test_tests_arrayvec"
- }
- ]
-}
diff --git a/cargo_embargo.json b/cargo_embargo.json
deleted file mode 100644
index 68e6dcb..0000000
--- a/cargo_embargo.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "min_sdk_version": "29",
- "module_blocklist": [
- "tinyvec_test_src_lib"
- ],
- "run_cargo": false,
- "variants": [
- {
- "features": [
- "alloc",
- "default",
- "std",
- "tinyvec_macros",
- "rustc_1_57"
- ],
- "tests": true
- },
- {
- "features": [],
- "module_name_overrides": {
- "libtinyvec": "libtinyvec_nostd"
- },
- "package": {
- "tinyvec": {
- "force_rlib": true,
- "host_supported": false,
- "no_std": true
- }
- }
- }
- ]
-}