Migrate 25 crates to monorepo
async-stream
async-stream-impl
async-task
async-trait
atomic
atty
axum
bencher
bincode
bitreader
bstr
buddy_system_allocator
byteorder
bytes
camino
cast
cesu8
cexpr
cfg-if
ciborium
ciborium-io
ciborium-ll
clap_complete
clap_derive
clap_lex
Bug: 339424309
Test: treehugger
Change-Id: I85df8152c99525acc383522da73e63f5faa10c34
diff --git a/Android.bp b/Android.bp
index b6b9ba1..96beb97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,44 +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_bencher_license"],
-}
-
-license {
- name: "external_rust_crates_bencher_license",
- visibility: [":__subpackages__"],
- license_kinds: ["SPDX-license-identifier-Apache-2.0"],
- license_text: ["LICENSE"],
-}
-
-rust_test {
- name: "bencher_test_lib",
- host_supported: true,
- crate_name: "bencher",
- cargo_env_compat: true,
- cargo_pkg_version: "0.1.5",
- crate_root: "lib.rs",
- test_suites: ["general-tests"],
- auto_gen_config: true,
- test_options: {
- unit_test: true,
- },
- edition: "2015",
-}
-
-rust_library {
- name: "libbencher",
- host_supported: true,
- crate_name: "bencher",
- cargo_env_compat: true,
- cargo_pkg_version: "0.1.5",
- crate_root: "lib.rs",
- edition: "2015",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- product_available: true,
- vendor_available: true,
-}
+// This crate has been migrated to external/rust/android-crates-io.
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 6ea76c5..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,21 +0,0 @@
-// Generated by update_crate_tests.py for tests that depend on this crate.
-{
- "imports": [
- {
- "path": "external/rust/crates/crc32fast"
- },
- {
- "path": "external/rust/crates/url"
- }
- ],
- "presubmit": [
- {
- "name": "bencher_test_lib"
- }
- ],
- "presubmit-rust": [
- {
- "name": "bencher_test_lib"
- }
- ]
-}
diff --git a/cargo_embargo.json b/cargo_embargo.json
deleted file mode 100644
index 246281d..0000000
--- a/cargo_embargo.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "tests": true,
- "run_cargo": false
-}