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: I40e64049d46a8a400520355d7804f64a5e0e5d2c
diff --git a/crates/sync_wrapper/Android.bp b/crates/sync_wrapper/Android.bp new file mode 100644 index 0000000..0551ed3 --- /dev/null +++ b/crates/sync_wrapper/Android.bp
@@ -0,0 +1,30 @@ +// 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_sync_wrapper_license"], + default_team: "trendy_team_android_rust", +} + +license { + name: "external_rust_crates_sync_wrapper_license", + visibility: [":__subpackages__"], + license_kinds: ["SPDX-license-identifier-Apache-2.0"], + license_text: ["LICENSE"], +} + +rust_library { + name: "libsync_wrapper", + host_supported: true, + crate_name: "sync_wrapper", + cargo_env_compat: true, + cargo_pkg_version: "1.0.1", + crate_root: "src/lib.rs", + edition: "2018", + apex_available: [ + "//apex_available:platform", + "//apex_available:anyapex", + ], + product_available: true, + vendor_available: true, +}