aboutsummaryrefslogtreecommitdiff
path: root/2.27.1/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to '2.27.1/Android.bp')
-rw-r--r--2.27.1/Android.bp16
1 files changed, 4 insertions, 12 deletions
diff --git a/2.27.1/Android.bp b/2.27.1/Android.bp
index e705500..1466182 100644
--- a/2.27.1/Android.bp
+++ b/2.27.1/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 {
@@ -27,11 +27,7 @@ rust_library_host {
cargo_pkg_version: "2.27.1",
srcs: ["src/lib.rs"],
edition: "2015",
- rustlibs: [
- "libprotobuf_deprecated",
- ],
- product_available: true,
- vendor_available: true,
+ rustlibs: ["libprotobuf_deprecated"],
}
rust_test_host {
@@ -46,9 +42,7 @@ rust_test_host {
unit_test: true,
},
edition: "2015",
- rustlibs: [
- "libprotobuf_deprecated",
- ],
+ rustlibs: ["libprotobuf_deprecated"],
}
rust_binary_host {
@@ -59,9 +53,7 @@ rust_binary_host {
srcs: ["src/bin/protoc-gen-rust.rs"],
edition: "2015",
rustlibs: [
- "libprotobuf_deprecated",
"libprotobuf_codegen_deprecated",
+ "libprotobuf_deprecated",
],
- product_available: true,
- vendor_available: true,
}