summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-21 23:09:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-21 23:09:05 +0000
commit2469df47314ebb4d5c7dbe36307dbc6abc43bfaa (patch)
tree79525a35c51bfb6416a7a93830f026dcacc68840
parent940387554bb20bd8c7e7d4a628058160c707e16b (diff)
parente77b8580a4854c1dcdce8a12210f396334608139 (diff)
downloaddrm-2469df47314ebb4d5c7dbe36307dbc6abc43bfaa.tar.gz
Snap for 11871564 from e77b8580a4854c1dcdce8a12210f396334608139 to sdk-release
Change-Id: Ia493bf5450f041dafdfbc0b817b589992df59df1
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 2fbf7bf..56b0b44 100644
--- a/Android.bp
+++ b/Android.bp
@@ -10,7 +10,7 @@ rust_library {
crate_name: "drm",
cargo_env_compat: true,
cargo_pkg_version: "0.11.1",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
rustlibs: [
"libbitflags",