vsprintf: Add cargo_embargo.json and Android.bp

Add build files, disable cargo due to a static dependency upon itself.

The visibility of this crate should be limited to resolve only 3rd party
dependencies, should not be used generally.

Bug: 359646531
Bug: 360132300
Test: TH/manual
Change-Id: I404fee313853869f0c0545553d749616d72adf15
Signed-off-by: Neill Kapron <[email protected]>
2 files changed
tree: 53513c314725547003355b5e74c24c29c17b794c
  1. src/
  2. .cargo_vcs_info.json
  3. .gitignore
  4. Android.bp
  5. build.rs
  6. Cargo.toml
  7. Cargo.toml.orig
  8. cargo_embargo.json
  9. LICENSE
  10. METADATA
  11. MODULE_LICENSE_MIT
  12. OWNERS
  13. README.md
README.md

vsprintf

Convert a format string and vararg list to a Rust string.

Documentation