aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:11:35 +0000
commit87a31573799131b1e86e6f8800a1a058fae0575b (patch)
treea0885d14feb95ca2ba172d5299f0ee2a338d5740
parent166133a0dd2bd4abaff764690420abde3cc10db5 (diff)
parent4edcf84e63f07f2f4ffd1a59e7150dd059364513 (diff)
downloadvirtio-bindings-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 4edcf84e63f07f2f4ffd1a59e7150dd059364513 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: Ib6af8a7bc01969488744bc4cc1faab356b65ae53
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 6ad21d3..63f9385 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,11 +1,13 @@
// This file is generated by cargo_embargo.
-// Do not modify this file as changes will be overridden on upgrade.
+// Do not modify this file after the first "rust_*" or "genrule" module
+// because the changes will be overridden on upgrade.
+// Content before the first "rust_*" or "genrule" module is preserved.
rust_library_host {
name: "libvirtio_bindings",
crate_name: "virtio_bindings",
cargo_env_compat: true,
cargo_pkg_version: "0.2.2",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
}