From 085777ee9c739895b15b8db17a629826c469facd Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Tue, 21 Nov 2023 14:06:43 +0000 Subject: Import asn1-rs-impl crate. Request Document: go/android-rust-importing-crates For CL Reviewers: go/android3p#cl-review For Build Team: go/ab-third-party-imports Bug: 312436741 Test: Treehugger Change-Id: Ie6e96450b8bd28dfaec21f2a9af7d3827af8c2ca --- Android.bp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Android.bp (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..f0404b9 --- /dev/null +++ b/Android.bp @@ -0,0 +1,19 @@ +// This file is generated by cargo_embargo. +// Do not modify this file as changes will be overridden on upgrade. + +// TODO: Add license. +rust_proc_macro { + name: "libasn1_rs_impl", + crate_name: "asn1_rs_impl", + cargo_env_compat: true, + cargo_pkg_version: "0.1.0", + srcs: ["src/lib.rs"], + edition: "2018", + rustlibs: [ + "libproc_macro2", + "libquote", + "libsyn", + ], + product_available: true, + vendor_available: true, +} -- cgit v1.2.3