summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp15
1 files changed, 4 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index 57a3add..4c570c0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --config cargo2android.json.
+// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.
package {
@@ -41,19 +41,14 @@ license {
rust_ffi_static {
name: "librustc_demangle_static",
- stem: "librustc_demangle",
host_supported: true,
crate_name: "rustc_demangle",
cargo_env_compat: true,
cargo_pkg_version: "0.1.0",
srcs: ["src/lib.rs"],
edition: "2015",
- rustlibs: [
- "librustc_demangle",
- ],
- include_dirs: [
- "include",
- ],
+ rustlibs: ["librustc_demangle"],
+ include_dirs: ["include"],
apex_available: [
"//apex_available:platform",
"com.android.runtime",
@@ -82,7 +77,5 @@ rust_test {
unit_test: true,
},
edition: "2015",
- rustlibs: [
- "librustc_demangle",
- ],
+ rustlibs: ["librustc_demangle"],
}