Migrate 25 crates to monorepo.
sec1
semver
serde_cbor
serde_derive
shared_library
slab
smallvec
smccc
socket2
spin
spki
strsim
strum
strum_macros
sync_wrapper
syn-mid
synstructure
tempfile
termcolor
termtree
textwrap
thiserror
thread_local
tinytemplate
tokio-macros
Bug: 339424309
Test: treehugger
Change-Id: I2f52aa71d45471559ca21cc6a4c0c2ac3f29c39f
diff --git a/Android.bp b/Android.bp
index fca32ea..96beb97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,45 +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_smccc_license"],
-}
-
-license {
- name: "external_rust_crates_smccc_license",
- visibility: [":__subpackages__"],
- license_kinds: ["SPDX-license-identifier-Apache-2.0"],
- license_text: ["LICENSE"],
-}
-
-rust_library_rlib {
- name: "libsmccc",
- crate_name: "smccc",
- cargo_env_compat: true,
- cargo_pkg_version: "0.1.1",
- crate_root: "src/lib.rs",
- edition: "2021",
- 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,
-}
-
-rust_test {
- name: "smccc_test_src_lib",
- crate_name: "smccc",
- cargo_env_compat: true,
- cargo_pkg_version: "0.1.1",
- crate_root: "src/lib.rs",
- test_suites: ["general-tests"],
- auto_gen_config: true,
- edition: "2021",
-}
+// This crate has been migrated to external/rust/android-crates-io.