summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-21 23:09:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-21 23:09:39 +0000
commit7162f5ee8537c91f4d66f67bdea01bc85e65ce4f (patch)
treeb15557b3831aa1cda895289e1d0ef2a43eb44426
parent68e1537c059658169c634bcf4cba9a5f9c72f31f (diff)
parentbc36547d1c91bd132b8094a9d9b00a0d0ea3de4c (diff)
downloadidna-sdk-release.tar.gz
Snap for 11871564 from bc36547d1c91bd132b8094a9d9b00a0d0ea3de4c to sdk-releasesdk-release
Change-Id: I4abea928d70f37b8b6b499ac4604cede7836b1fb
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index bae332a..3c24576 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,7 +45,7 @@ rust_library {
crate_name: "idna",
cargo_env_compat: true,
cargo_pkg_version: "0.5.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
features: [
"alloc",