summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:50 +0000
commite9a4c9bdb13e63d72b733d2d1780657cfd5f0600 (patch)
tree09405f9d9a685a7596da45d1d3f7c99aee37c93e
parent10918a561516b014834e3501177e4c9fb7bc0610 (diff)
parent9ec59ce762c2ca8db99f5cbe9bf3db8ed1f5c8b7 (diff)
downloaddrm-ffi-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 9ec59ce762c2ca8db99f5cbe9bf3db8ed1f5c8b7 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: Ie940aab6245d4011b416ff0da7f9da1d009e59b6
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 610101a..30e6e0a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,7 @@
// 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.
// TODO: Add license.
rust_library {
@@ -8,7 +10,7 @@ rust_library {
crate_name: "drm_ffi",
cargo_env_compat: true,
cargo_pkg_version: "0.7.1",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
rustlibs: [
"libdrm_sys",