aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:41:33 +0000
commit68794bfce41ac164fddc48d0659ce689fd8b1927 (patch)
tree5dbf70b14af0eff50ad1f8cf8816dd313caf8f83
parent6bad3e6e93834937cbdeb74a12ca37376f35ce53 (diff)
parent26dbec7f2e681b3b7216963b05d9aca50b8d9cc2 (diff)
downloadargh_derive-build-tools-release.tar.gz
Snap for 11880863 from 26dbec7f2e681b3b7216963b05d9aca50b8d9cc2 to build-tools-releasebuild-tools-release
Change-Id: Ia299793511d42b595e34273763cf3dc86465aa5c
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index b3f70d1..00b448e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,7 @@
// 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.
package {
default_applicable_licenses: ["external_rust_crates_argh_derive_license"],
@@ -23,7 +25,7 @@ rust_proc_macro {
crate_name: "argh_derive",
cargo_env_compat: true,
cargo_pkg_version: "0.1.12",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
rustlibs: [
"libargh_shared",