aboutsummaryrefslogtreecommitdiff
path: root/cargo2android_nostd.bp
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android_nostd.bp')
-rw-r--r--cargo2android_nostd.bp16
1 files changed, 0 insertions, 16 deletions
diff --git a/cargo2android_nostd.bp b/cargo2android_nostd.bp
deleted file mode 100644
index d18c622..0000000
--- a/cargo2android_nostd.bp
+++ /dev/null
@@ -1,16 +0,0 @@
-rust_library_rlib {
- name: "libtinyvec_nostd",
- crate_name: "tinyvec",
- cargo_env_compat: true,
- cargo_pkg_version: "1.5.1",
- srcs: ["src/lib.rs"],
- edition: "2018",
- prefer_rlib: true,
- no_stdlibs: true,
- stdlibs: [
- "libcompiler_builtins.rust_sysroot",
- "libcore.rust_sysroot",
- ],
- vendor_available: true,
- min_sdk_version: "29",
-}