summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-21 23:10:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-21 23:10:30 +0000
commit40a3f144f81b5156c24feb8172401560fa012901 (patch)
tree8b4386b0990b69c43e5c9ee22fcd446ca1d5526e
parentafa027b5704518851b1a1b9bad5a918ac0181a3f (diff)
parent0b2824cd38b34715b9e31a9a7a31a62af9420e2b (diff)
downloadpathdiff-sdk-release.tar.gz
Snap for 11871564 from 0b2824cd38b34715b9e31a9a7a31a62af9420e2b to sdk-releasesdk-release
Change-Id: I0ece5186dcd537639fe4c9e76fe49d40b1de2275
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 5e8b6c5..53860bd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8,6 +8,6 @@ rust_library_host {
crate_name: "pathdiff",
cargo_env_compat: true,
cargo_pkg_version: "0.2.1",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
}