aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:44:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:44:30 +0000
commitfc0f21e2b26fefc7a02729eb93b5349cd0619fee (patch)
treeae3f096415567ff87c38df79f4d62a7c5a404f84
parent163c15d6bd7d8fa96a74247164a45c7ec5a26e7c (diff)
parent86c13d009f2d008e0b1b94ca302570521e5a5876 (diff)
downloadvulkano-build-tools-release.tar.gz
Snap for 11880863 from 86c13d009f2d008e0b1b94ca302570521e5a5876 to build-tools-releasebuild-tools-release
Change-Id: If81c63a4f1c9d660704fb1bffecce743f65e8cf7
-rw-r--r--Android.bp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 1ba86d6..cd46f22 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.
package {
default_applicable_licenses: ["external_rust_crates_vulkano_license"],
@@ -61,10 +63,8 @@ rust_library {
crate_name: "vulkano",
cargo_env_compat: true,
cargo_pkg_version: "0.33.0",
- srcs: [
- "src/lib.rs",
- ":copy_vulkano_build_out",
- ],
+ crate_root: "src/lib.rs",
+ srcs: [":copy_vulkano_build_out"],
edition: "2021",
rustlibs: [
"libahash",