summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:43:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:43:16 +0000
commit40e0679747d5dfb697077186f2a22c398c7dca9e (patch)
tree8b4386b0990b69c43e5c9ee22fcd446ca1d5526e
parent012a0341b095e86db319561ec9ff795ac6e2d0d3 (diff)
parent0b2824cd38b34715b9e31a9a7a31a62af9420e2b (diff)
downloadpathdiff-build-tools-release.tar.gz
Snap for 11880863 from 0b2824cd38b34715b9e31a9a7a31a62af9420e2b to build-tools-releasebuild-tools-release
Change-Id: I043aa8833a92a8700c836f41d062f1293b57be2c
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index c12e034..53860bd 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: "libpathdiff",
crate_name: "pathdiff",
cargo_env_compat: true,
cargo_pkg_version: "0.2.1",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
}