aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-20 17:05:12 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-20 17:05:12 +0000
commitaba8833ddd6779a636c49bd1d6a01527409cbe06 (patch)
treee7b125fe5fbd0c4a96f085972862866d8a7bf87d
parent77ee305bef492efc82931d79a9782166503749a5 (diff)
downloadkernlog-main.tar.gz
Update Android.bp by running cargo_embargoHEADmastermain
Test: ran cargo_embargo Change-Id: I6ffce799ccc5a3ea9a7639eb8dd95972a2ce79dd
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0457f8b..3df66fe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -26,7 +26,7 @@ rust_library {
crate_name: "kernlog",
cargo_env_compat: true,
cargo_pkg_version: "0.3.1",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
rustlibs: [
"liblibc",